News

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.
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 ...
Using HttpResponseException in ASP.NET Web API You can use the HttpResponseException class to return specific HTTP status codes and messages from your controller methods in Web API. Here is an ...
The method expects a name and value, which will be sent as part of the HTTP request when it's executed. If I wanted to add a header to my request, I could add one like this: ...
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!