- Make
- Protocol Buffers
- Swagger
- grpc-gateway v1.5.0+
01-ajiting.proto
: A simple example Protocol Buffers file of#ajiting
Web API definition01-ajiting.swagger.json
: Generated from 01-ajiting.proto (see also the following chapter)02-ajiting.proto
: A complex (with OpenAPI specific configurations) example Protocol Buffers file of#ajiting
Web API definition02-ajiting.swagger.json
: Generated from 02-ajiting.proto (see also the following chapter)
- Make sure that the above Requirements are satisfied on your environment.
- Run
$ make 01-ajiting.swagger.json
or$ make 02-ajiting.swagger.json
- If you want to know about what these commands' doing, type
$ cat Makefile
- Enjoy!