├── .gitignore ├── LICENSE ├── README.md └── swagger.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | openapitools.json 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamPiped/OpenAPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OpenAPI -------------------------------------------------------------------------------- /swagger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeamPiped/OpenAPI/HEAD/swagger.yaml --------------------------------------------------------------------------------