Tools for Restful API
There are so many tools that help us to build restful microservices and here is a small list we use very often.
Swagger Editor/tool/swagger-editor/) is used to create and update swagger specifications.
Swagger CLI to validate, merge and convert swagger specification files.
OpenAPI Parser to parse and validate OpenAPI 3.0 specification file in both JSON and YAML formats.
Swagger Bundler to merge multiple files specification into one self-contained JSON with all $ref resolved locally.
OpenAPI Bundler to merge multiple files specification into one self-contained JSON or YAML with all $ref resolved locally.