Add RAML for ContainerHandler based routes
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- api/api.py 1 addition, 1 deletionapi/api.py
- api/config.py 5 additions, 1 deletionapi/config.py
- api/handlers/collectionshandler.py 9 additions, 2 deletionsapi/handlers/collectionshandler.py
- api/handlers/containerhandler.py 3 additions, 55 deletionsapi/handlers/containerhandler.py
- bin/install-dev-osx.sh 1 addition, 1 deletionbin/install-dev-osx.sh
- raml/api.raml 7 additions, 0 deletionsraml/api.raml
- raml/examples/input/acquisition-update.json 3 additions, 0 deletionsraml/examples/input/acquisition-update.json
- raml/examples/input/acquisition.json 5 additions, 0 deletionsraml/examples/input/acquisition.json
- raml/examples/input/collection-update.json 9 additions, 0 deletionsraml/examples/input/collection-update.json
- raml/examples/input/collection.json 1 addition, 0 deletionsraml/examples/input/collection.json
- raml/examples/input/project-update.json 1 addition, 0 deletionsraml/examples/input/project-update.json
- raml/examples/input/project.json 1 addition, 0 deletionsraml/examples/input/project.json
- raml/examples/input/session.json 8 additions, 0 deletionsraml/examples/input/session.json
- raml/examples/output/acquisition-list.json 122 additions, 0 deletionsraml/examples/output/acquisition-list.json
- raml/examples/output/acquisition.json 40 additions, 0 deletionsraml/examples/output/acquisition.json
- raml/examples/output/collection-curators-list.json 7 additions, 0 deletionsraml/examples/output/collection-curators-list.json
- raml/examples/output/collection-list.json 0 additions, 0 deletionsraml/examples/output/collection-list.json
- raml/examples/output/collection-new.json 3 additions, 0 deletionsraml/examples/output/collection-new.json
- raml/examples/output/collection.json 12 additions, 0 deletionsraml/examples/output/collection.json
raml/examples/input/acquisition-update.json
0 → 100644
raml/examples/input/acquisition.json
0 → 100644
raml/examples/input/collection-update.json
0 → 100644
raml/examples/input/collection.json
0 → 100644
raml/examples/input/project-update.json
0 → 100644
raml/examples/input/project.json
0 → 100644
raml/examples/input/session.json
0 → 100644
raml/examples/output/acquisition-list.json
0 → 100644
raml/examples/output/acquisition.json
0 → 100644
File moved
raml/examples/output/collection-new.json
0 → 100644
raml/examples/output/collection.json
0 → 100644
Please register or sign in to comment