May 2018
Intermediate to advanced
512 pages
11h 3m
English
Using official tooling and version 2.0, you can automate API creation and response generation. Once official tooling fully supports them, OpenAPI 3.0, the same instructions should apply:
https://raw.githubusercontent.com/duluca/lemon-mart-swagger-server/master/swagger.2.yaml
$ docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli $ generate -i <uri> -l nodejs-server -o /local/server
Similar to the preceding section, this will create a Node Express server under the server directory. In order to execute this server, ...
Read now
Unlock full access