API Documentation
Learn how to document APIs to make them easier to consume.
We'll cover the following...
When building APIs, we always need to keep the consumer in mind. In a professional environment, we usually have to request APIs built by other teams. To help with this, we need to have reliable documentation.
Quarkus offers the ability to have such documentation using OpenAPI and Swagger.
OpenAPI
The OpenAPI Initiative (OAI) was created to help with the documentation of APIs by offering some common standards on how APIs ...