June 2021
Intermediate to advanced
582 pages
11h 12m
English
The philosophy of API development has been evolving over the years to serve the modern needs of enterprise architecture, and developers need to know how to adapt to these modern API design principles. Apps are now developed with APIs that enable easy integration of a cloud environment and distributed systems. In this Spring book, you will discover various kinds of production-ready API implementations with the REST API, along with exploring async using the reactive paradigm, gRPC, and GraphQL.
You'll design evolving REST-based APIs supported by HATEOAS and ETags and develop reactive async non-blocking APIs. Next, you'll focus on how to secure REST APIs using Spring Security and how the developed APIs are consumed by the UI of the app. ...