Use this tag for questions on how to build or use a REST API.
When designing a RESTful API, what to do if a GET request only makes sense if there are specific parameters …
rest restapiAfter having read a lot of material on REST versioning, I am thinking of versioning the calls instead of the …
rest restapiI have such problem: Previously Advanced REST API client was integrated with browser and I could send request to my …
rest restapiI often hear or read the term REST API Server. I code with PHP and I have done API's for …
rest restapiSo far as I know, four kind of methods are used in RESTful APIs: GET for getting the resource. POST …
rest restapiIn designing a new API, we are doing our best to follow the patterns established by REST. The question I …
rest restapiTo follow and unfollow a person via a RESTful API, I have POST /person/bob/follow DELETE /person/bob/follow …
rest restapiI'm designing an API for a mobile app, and I hope to keep it RESTful. API's are authorized using Basic …
rest restapiWhat things should a developer designing and implementing an API for a community based website know before starting the heavy …
rest cross-platform restapiI've written a RESTful web service that supports the standard CRUD operations, and that can return a set of objects …
rest http restapi