Lapis Lazuli

technical blog for web developer

Swagger is the great tool

Use swagger when make open api

Use swagger in work project. I feel is great tool at openapi.
First, when I made the new api at current project. Make dummy response api, its client side develop efficient.
We have many new develop points. its not better stop development.

the swagger in the local develop

Second, I develop api in docker. swagger UI is very easy access respectively api.
Add bearer token to header. and parameter. json response is easy to see. watch both response dummy and this.
I get efficient develop environment.

openapi definition

Openapi is the standard RESTful api. but make yaml definition is bothersome.
This tool solution these problem.
I think its effective to many developer relation project.
Request method definition yaml file. GET, POST and others.
I want use from now on. when use RESTful api.