A type-safe REST

In the current age of microservices, we have communication between different processes across a wide variety of hosts and platforms. At other times, we integrate with 3rd party libraries, downloading information and metadata that may be necessary for our current application. On some of those occasions, we need to interact with a REST API. Wouldn’t it be nice if when interacting with REST APIs, we could allow the compiler to help us out?...

August 28, 2017 · 3 min · 429 words · Jack Histon