Page 1 of 1

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

Posted: Fri May 31, 2013 1:52 pm
by Andrey Savitsky

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


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

Posted: Fri May 31, 2013 1:57 pm
by Kateryna Grynko

Hi Andrey,

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


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

Posted: Fri May 31, 2013 1:59 pm
by Andrey Savitsky

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


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

Posted: Fri May 31, 2013 2:11 pm
by Kateryna Grynko

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...


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

Posted: Fri May 31, 2013 2:13 pm
by Andrey Savitsky

Thank you.