News

RESTful design anti-patterns Far too often, you will see a supposedly RESTful system in which the designers have shoehorned every permutation of their API into a POST invocation. Just because you ...
Many Web API designers claim their are RESTful, but their APIs have little in common with REST. What can be done to make a web service API truly RESTful?
REST is one of the most influential ideas in distributed architecture. Here's why it matters and how to understand RESTful services in theory and practice.
In this 10-question RESTful web services quiz, we will test you on how to develop REST-based APIs, how RESTful web services leverage the HTTP protocol and how to structure URLs and URIs in order to ...