API Development with Design-first Approach
Today, the best practice when implementing APIs on a large scale is to start with an API design stage. This approach is called API design-first, sometimes »
Today, the best practice when implementing APIs on a large scale is to start with an API design stage. This approach is called API design-first, sometimes »
Here at RestCase we are working with many companies and help them develop secure services and APIs. When working with developers on how to design and »
The OpenAPI Spec, formerly known as Swagger has announced the release of Open API Specification 3.0. This is a very important milestone, but it is »
Before going over the rules for REST API URI design, let’s do a quick overview on some of the terms we are going to talk »
Almost every REST API must have some sort of authentication. One of the most common headers is call Authorization. Wait a minute, we are talking about »
Your data model has started to stabilize and you're in a position to create a public API for your web app or your device. You realize »
When it comes to API versioning there are so many best practices and insights but there is still not a rock solid best practice. In order »