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.
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!
Use HTTP methods over verbs The HTTP protocol provides numerous methods to identify the types of operations a RESTful API call intends to perform on a resource.
Understanding idempotence, and how it applies to the most commonly used HTTP methods, is an important part of effective RESTful API design.