Last active
February 23, 2016 11:40
-
-
Save f440/dc7a954ee62c20d685e7 to your computer and use it in GitHub Desktop.
aglio test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# aglio test | |
## Install | |
npm install | |
./node_modules/.bin/aglio -i test.apib -o test.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "aglio-test", | |
"version": "0.0.1", | |
"description": "", | |
"scripts": {}, | |
"repository": { | |
"type": "git", | |
"url": "" | |
}, | |
"author": "f440", | |
"dependencies": { | |
"aglio": "2.2.0" | |
}, | |
"engine": { | |
"node": ">=0.10.36" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FORMAT: 1A | |
# Notes API | |
## Note [/notes/{id}] | |
+ Attributes | |
+ tags (array[Tags]) | |
### Retrieve a Note [GET] | |
+ Response 200 (application/json) | |
+ Attributes (Note) | |
# Data Structure | |
## Tags (enum) | |
- tips | |
- diary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment