Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in restful-architecture

Is it necessary to build a separate API endpoint for mobile apps to access a Rails web app?

Is it okay to use same resource name for both get and post rest api

Laravel 4 as RESTful backend for AngularJS

Identity Server(OAuth2) implementation with integration to legacy systems(Forms Auth, ADFS,AD)

What's a proper response status code to REST POST request when duplicate is found?

file_get_contents('php://input') always returns an empty string

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