Swagger 2.0 Specification
To be completed.
Read More »
OpenAPI 3.0 Specification
When you build a service based on the light-rest-4j framework, the first thing is to create an OpenAPI 3.0 specification. There are several options in the construction of the OpenAPI 3.0 specification.
Online Tool If you are dealing with small services, you can use the online tool swagger editor to create specifications.
Editor and Bundler For large organizations that are planning to build hundreds or thousands of services, it is wise to share some components across multiple services.
Read More »