Posts tagged with api
-
Building a REST API with Swagger and Spring Boot
Apr 15, 2018In this post, I’ll be using Swagger to build a REST API with Java and Spring Boot. Swagger is an API framework. It uses a YAML-based language to define an API and it has a code generator that supports multiple languages.