News

APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.
Solr is essentially a search engine. Solr has a HTTP/JSON-based API. However, it isn’t exactly a REST API because it doesn’t really follow any of the rules for a well-defined REST interface.
This crash course on how to build a RESTful API with Spring Boot teaches everything you need to know to immediately develop enterprise-grade microservices in Java. In just 90 minutes you'll learn how ...