I am developing a prayer collection app and am using an external database to store the prayer text, title, and category. I am able to successfully load the data into the app, but have run into a two issues:
I would like to commit a prayer category to a page. How would I setup the GET service to only pull the prayer text and title of a specified category?
I am having trouble loading multiple prayers, as of right now I am only able to load on prayer text and title per page.