swagger_to

Crates.ioswagger_to
lib.rsswagger_to
version0.4.4
sourcesrc
created_at2023-04-30 15:15:44.368147
updated_at2023-10-25 06:48:33.390109
descriptionGenerate code based on swagger.json.
homepage
repositoryhttps://github.com/yuhongda/swagger-to-for-rust
max_upload_size
id852829
size60,213
yuhongda (yuhongda)

documentation

README

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"
Commit count: 0

cargo fmt