News

REST API calls that return a collection should be plural. A URL that returns a unique result should be singular. Don't include file extensions. Use headers to keep URIs clean. Don't identify Create, ...
Many Web API designers claim their are RESTful, but their APIs have little in common with REST. What can be done to make a web service API truly RESTful?
When we ask the SpaceX REST API for the land pad data, the size of the JSON array returned is 8.18 KB. Remember, the REST API has to return all the fields, all the time. The efficiency GraphQL ...