News

When using PowerShell to work with REST APIs, you'll eventually come across two commands: Invoke-WebRequest and Invoke-RestMethod. Both of these commands send and receive HTTP data to/from various ...
For a great explanation on working with OAuth with PowerShell, check out Stephen Owen's blog post. The Invoke-RestMethod command allows you to pass OAuth tokens and other information the API needs via ...