Authenticating with an API has long been the holy grail for mobile and web developers. Jacob Ideskog describes how a Hypermedia API can implement user authentication.| Nordic APIs
Breaking changes are worse if API consumers can't detect them at all. Here are five ways to spot breaking changes in your API integrations.| Nordic APIs
We respond to misconceptions of REST API design, review hypermedia, and provide an example of a HATEOAS-compliant state machine. feat. Asbjørn Ulsberg| Nordic APIs
We review all 9 standard HTTP methods. Review the nuances between HTTP verbs: GET, HEAD, PUT, PATCH, DELETE, POST, OPTIONS, TRACE, and CONNECT.| Nordic APIs
HATEOAS (Hypermedia as the Engine of Application State) is a constraint of the REST application architecture which uses hypertext in API response.| REST API Tutorial