Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rest

REST Best Practices: Should you return an entity on POST and PUT calls?

Architecturing API keys and access tokens

api rest oauth

Questions About Consuming Your Own API with OAuth

Why the slow WADL uptake? [closed]

rest wadl

System.Net.ServicePointManager.DefaultConnectionLimit and .MaxServicePointIdleTime

Custom action in RESTful service

web-services rest uri

Best practices for managing auth token

3rd party API gives back 500 error, what code should my API return

Should I use JWT or Basic Token authentication in Django Rest Framework?

python django rest token jwt

What to do when you need more verbs in REST

web-services rest

What is an easy way to stub / dummy a restful web service?

How to handle pagination and count with angularjs resources?

Rails 4 [Best practices] Nested resources and shallow: true

A message body writer for Java type, class myPackage.B, and MIME media type, application/octet-stream, was not found

Django Rest Framework Postman Token Authentication

What is a good strategy for converting jpa entities into restful resources

java rest jpa jackson

node.js distinguishing errors when making http request

node.js http rest timeout

how to post data in node.js with content type ='application/x-www-form-urlencoded'

node.js rest request

Flask API TypeError: Object of type 'Response' is not JSON serializable

In REST Assured, how can I check if a field is present or not in the response?

java rest rest-assured