https://github.com/marks/domino-api-docs
Domino Data Lab API resources
https://github.com/marks/domino-api-docs
Last synced: 4 months ago
JSON representation
Domino Data Lab API resources
- Host: GitHub
- URL: https://github.com/marks/domino-api-docs
- Owner: marks
- Created: 2016-09-16T00:22:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T19:52:14.000Z (over 9 years ago)
- Last Synced: 2025-10-08T09:29:46.294Z (9 months ago)
- Language: HTML
- Homepage: https://marks.github.io/domino-api-docs/
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# domino-api-docs
Unofficial _(for now)_, Domino Data Lab API resources
## Quick start
### Input
* `apiary.apib` is our API documented using the [API Blueprint](https://apiblueprint.org) standard and Apiary editor
### Output
* `index.html` docs converted by [aglio](https://github.com/danielgtaylor/aglio)
* `swagger_2.0.json` is Swagger 2.0 JSON converted by [apib2swagger](https://github.com/kminami/apib2swagger)
## Dependencies
- `npm install -g apib2swagger`