display data from rest api
i want to get data from rest api(json) and display into app .how i ll do that
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
i want to get data from rest api(json) and display into app .how i ll do that
Hi,
The applications can access existing APIs via Rest Services. You can use them to integrate with back-end cloud services that support a RESTful API.
Find tutorials that help to start here: http://docs.appery.io/tutorials
Documentation: http://docs.appery.io/documentation/#...
i followed this doc and tutorial only .i mapped reponse value to components but is not showing any thing after run apps
Could you please attach a screen shot of your mapping and service settings?
You get an array as a response so you would need to create a Grid component and drag your Labels into its cells, then map an array to the Grid Component as it's shown in our tutorial: http://docs.appery.io/tutorials/build... ('Adding and binding the list service to the page' section).
Map an array to mobilelist_35 instead of mobilelistitem_36, then map task to mobilelistitem_36 Text field.
Yes, your results is not an array in Response description, but a nested structure. On the Test tab after the call click "Automatically Create Service Response".