Blogs

We write content about problems that we find interesting. Follow along to learn more about software architecture, design, and other things we find.

RESTful Web Services Using HATEOAS

RESTful Web Services Using HATEOAS

HATEOAS is short for Hypermedia as Application State Engine and is a key component of RESTful API design. It allows clients to interact with a server with minimal prior knowledge, as the server provides dynamic hypermedia links within responses. This enables clients...

read more