Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 296 Bytes

sympa-spec-openapi

the swagger specification of the REST API

generate the json file

Install and use swagger-codegen:

cd swagger
swagger-codegen generate -i sympa-api.yaml -l swagger && mv swagger.json sympa-api.json