The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs.| spec.openapis.org
Here we take an in-depth look at OpenAPI — a good introduction for newcomers and a review for seasoned API developers alike.| Nordic APIs
What's the difference between "Swagger" and "OpenAPI"? Even though some people still use them interchangeably, OpenAPI and Swagger are different things!| Nordic APIs
The OpenAPI Specification just got a major overhaul. Improvements in version 3.0 include the components object, multiple servers, webhooks, hypermedia ...| Nordic APIs
The OpenAPI Initiative (OAI) has released v3 of the OpenAPI Specification. We interviewed Ron Ratovksy, a member of the TDC, for the latest updates.| Nordic APIs
Hypermedia is helpful in many ways — explicitly in linking data and driving a complex authentication flow. Here we look at the benefits of using hypermedia in web APIs.| Nordic APIs
APIs and JSON are irrevocably intertwined. As JSON is the preferred file format for working with APIs, JSON Schema an ideal choice for those working with APIs. Here we explore the JSON Schema project:| Nordic APIs
Learn API security best practices to safeguard your digital assets with effective authentication, authorization, and token management techniques.| curity.io
Most APIs today have moved beyond HTTP Basic Auth and API Keys. Here's why OAuth 2.0 is necessary for secure authorization.| Nordic APIs
Asynchronous APIs aren't simply another passing fad in the tech space — they're here to stay, says Tyler Charboneau. From WebSockets, to GraphQL subscriptions, we take a look at what's propelling this trend forward.| Nordic APIs
There are a few different ways to implement pagination in your APIs. We cover everything you need to know about API pagination.| Nordic APIs