Skip to content

Posts tagged with api


What is an API Gateway?

What is an API Gateway? Should you use an API Gateway or is it something for big players? Is it an hardware, or a framework, or a piece of code? Let's briefly learn the answers to this questions;
Read Full Article...
0
API

What is HATEOAS?

HATEOAS is an acronym formed from the initials of the words "Hypermedia as the Engine of Application State" and is one of the key features of the REST API architecture. With HATEOAS, clients can use a REST API without knowing (or with minimal knowledge) how to consume it. We will understand better what this means with a simple example a little later.
Read Full Article...
0