https://github.com/citrineinformatics/api-documentation-openapi
OpenAPI definition of the Citrination API
https://github.com/citrineinformatics/api-documentation-openapi
Last synced: 3 months ago
JSON representation
OpenAPI definition of the Citrination API
- Host: GitHub
- URL: https://github.com/citrineinformatics/api-documentation-openapi
- Owner: CitrineInformatics
- Created: 2017-09-15T18:14:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T00:09:51.000Z (over 8 years ago)
- Last Synced: 2025-01-16T08:23:49.420Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/securityDefinitions/ApiKeyAuth.yaml
Awesome Lists containing this project
README
To generate a single yaml file, install https://github.com/whitlockjc/json-refs and run from the root directory of this project:
```sh
json-refs resolve docs/index.yaml --yaml > index.yaml
```
The resulting file can be loaded directly into swagger ui.