News

It’s easy to get sloppy in your APIs, so here’s a refresher on how to be correctly RESTful in your client scripts ...
The command above will authenticate to the URI endpoint, pass the JSON sample via the HTTP POST method and tell the API that the content is JSON. If the API returns a response, Invoke-RestMethod will ...
The key difference between the terms REST versus RESTful is that REST refers to a philosophy about the architecture and design of web services, while the term RESTful refers to any API that properly ...
Is JSON and REST killing your server's performance? Maybe it's time to switch to a binary format.
Here's a trick to have Marten automatically deserialize JSON data only when you want it to.