News

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 ...
Once you've got your API credentials set up, you can then begin interacting with the Trello API. To interact with the Trello API requires communicating over HTTP. PowerShell comes standard with a ...
REST and REST-like interfaces over HTTP are all the rage these days. Not too long ago we told you about Oracle releasing a prototype of their HTTP-based API for MySQL. Not to be out done, Steve Lee of ...