It’s easy to get sloppy in your APIs, so here’s a refresher on how to be correctly RESTful in your client scripts Recently, I was trying to write a little client script for Apache Solr. It was just ...
Think of a REST API like a waiter in a restaurant. You (an app) tell the waiter what you want (your request), and the waiter goes to the kitchen (the server) to get it for you. REST is just a set of ...
The Hypertext Transport Protocol requires all HTTP methods to declare whether they are idempotent or not. With an idempotent HTTP method, multiple invocations always leave the data on the server in ...
Flash back to just over a decade ago when the fieldbus wars raged between vendors, inflicting casualties on early adopters and leaving automation engineers unsure of where to make their technology ...
When working with APIs you might often need to interface with public APIs and perform CRUD operations. To connect to and work with such APIs, you have libraries aplenty. One of the most popular is ...