News

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?
This article will discuss how we can use PATCH to perform partial updates when working with RESTful services using Web API. PATCH vs. PUT ...
This RESTful API quiz for developers will see how well you know RESTful web services and the history behind the architectural style.
One issue with having so many RESTful web services APIs is that their designers simply don't have a solid grasp of RESTful principles. In this RESTful APIs tutorial, we will look at the philosophy ...
Many discussions of Web APIs get hung up on the finer points of REST APIs and whether a given RESTful API actually follows REST principles. For the record, I set out to find a good example of someone ...
Invoke-RestMethod natively understands the output a REST API method returns, which is typically JSON. When the API does return JSON, Invoke-RestMethod will parse the JSON and return useful PowerShell ...