Use this tag for questions on how to build or use a REST API.
We are extending our HTTP REST API to allow clients to upload picture (for the purpose of this question, assuming …
rest http restapiIm trying to make a script that post data on REST service together with Bearer token. Here is working PHP …
python rest restapiI'm creating a RESTful API for creating users that enforces unique email addresses: Successful POST /users: HTTP 201 Created If I …
rest http restapiI am currently evaluating Mongo and CouchDB for storing data points (analytics). During my earlier interaction with CouchDB, I loved …
javascript mongodb rest restapiWhen designing REST API is it common to authenticate a user first? The typical use case I am looking for …
rest web-services security restapiWhen building a RESTful API and a user provides an id of resource that does not exist, should you return 404 …
rest restapiI'm having some trouble deciding how to implement authentication for a RESTful API that will be secure for consumption by …
rest authentication restapiI'm generally a fan of RESTful API design, but I'm unsure of how to apply REST principles for a validation …
rest http restapiI have a RESTful API within a web-service with resources such as users, posts and so on. When I make …
rest restapiWho says RESTful APIs must support partial updates separately via HTTP PATCH? It seems to have no benefits. It adds …
rest http restapi