Skip to content

Instantly share code, notes, and snippets.

@f440
Last active February 23, 2016 11:40
Show Gist options
  • Save f440/dc7a954ee62c20d685e7 to your computer and use it in GitHub Desktop.
Save f440/dc7a954ee62c20d685e7 to your computer and use it in GitHub Desktop.
aglio test
# aglio test
## Install
npm install
./node_modules/.bin/aglio -i test.apib -o test.html
{
"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"
}
}
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