News

Take advantage of a DelegatingHandler and the X-HTTP-Method-Override in Web API to overcome browser and firewall constraints ...
A RESTful APIs tutorial Designers have two key elements to consider in the development of a RESTful Java API: The URL pattern Which HTTP method to use The first important principle this RESTful APIs ...
In this post, we will learn how to pass multiple parameters to Web API controller methods. Web API provides the necessary action methods for HTTP GET, POST, PUT, and DELETE operations.
This article provides a brief overview of the design methodology covered in the book "RESTful Web APIs" by Richardson and Amundsen.
Understanding idempotence, and how it applies to the most commonly used HTTP methods, is an important part of effective RESTful API design.
Eric Vogel covers how to use the new Web API 2 routing attributes to create a Web service in Part 1 of this series.
Learn how to use a web API from within an Android app using Retrofit. Get posts from social media, store data on the cloud, and much more!