I am developing an app for a website at present, I have obtained the login API for it and successfully implemented this (the login). Now I want to move on further into the rest of the pages in the website. My doubt is, will there be a separate API for each of these pages? Should I use a different url address for each of these pages?
I don’t know much about HTML or web development some clarity in this matter would be much appreciated.
Thanks.
You should ask the Webservice developer about its documentation. They should provide you with a well documentation for the Webservice.
Normally a documentation should describe the accessing methods, parameters, response,etc.
W3School Provides a good tutorial about webservices. This link mighe help u.