swagger_to 0.4.4

Generate code based on swagger.json.
swagger_to-0.4.4 is not a library.

swagger_to

Generate code based on swagger.json (v2)

Install

cargo install swagger_to

Usage

image

Generate table columns for ant-design

swagger_to columns path/to/swagger.json

Generate services for request data with axios

swagger_to services path/to/swagger.json

Support Swagger doc url

swagger_to services "http://username:password@api.example.com/v2/api-docs?group=xxx"