https://github.com/clever/swagger-api
A Swagger Definition for the Clever API
https://github.com/clever/swagger-api
Last synced: about 1 year ago
JSON representation
A Swagger Definition for the Clever API
- Host: GitHub
- URL: https://github.com/clever/swagger-api
- Owner: Clever
- Created: 2017-03-16T22:28:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T00:20:04.000Z (about 1 year ago)
- Last Synced: 2025-04-24T01:24:52.721Z (about 1 year ago)
- Language: Go
- Size: 332 KB
- Stars: 6
- Watchers: 47
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swagger-api
A Swagger Definition for the Clever API
## Generate Files
Run `make install_deps` to install dependencies.
Update the source yml (full-vX.yml) and run `make generate VERSION=3` (for any version, example given is for version v3)
## Custom Swagger Extensions
x-samples-languages: controls the sample languges in the Clever API explorer
x-nullable: indicates that a object property is optional
x-validation: indicates that Clever has validated the fields meets the specified format