Andrey Savitsky
Posts: 0
Joined: Sun May 19, 2013 3:53 pm

How to display the contents of a website in your application?

Hello.
How to display the contents of a website in your application?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to display the contents of a website in your application?

Hi Andrey,

You can use Panel component with type=html to paste custom HTML code there.

Andrey Savitsky
Posts: 0
Joined: Sun May 19, 2013 3:53 pm

How to display the contents of a website in your application?

Hello.
I want to get content from the page http://m.proezd.by/stop?id=276. How to do it?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to display the contents of a website in your application?

You can use REST Services to integrate with back-end cloud services that support a RESTful API. Like any service, REST Services usually have inputs and outputs and these must be setup within Appery.io.

So the site should support REST API to get content from there.

You can find an example here: http://docs.appery.io/tutorials/build...
Docs: http://docs.appery.io/documentation/a...

Return to “Issues”