Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in restful-architecture

HTTP status code when single request asks for too large resource or too many of them

Should a RESTful GET response return a resource's ID?

Questions About Consuming Your Own API with OAuth

Should the PATCH method return all fields of the resource in the response body?

REST - When to use 400 ("Bad Request")

Django POST URL error

Why PATCH is neither safe nor idempotent?

best approach to design a rest web service with binary data to be consumed from the browser

How to create a custom media type (application/vnd) for a RESTful web service?

How can I make Laravel return a custom error for a JSON REST API

How can Socket.io and RESTFul work together?

Can you use REST in PHP? If so how? [closed]

How to combine websockets and http to create a REST API that keeps data up to date? [closed]

Passing array in GET for a REST call

Proper way to consume data from RESTFUL API in django

Call a Server-side Method on a Resource in a RESTful Way

When do I use path params vs. query params in a RESTful API?