News

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 ...
It's rare for a RESTful API or web service to fully comply with REST's six architectural constraints. However, most solution architects strive to respect the HTTP protocol's methods.