Implemented list project versions endpoint.

This commit is contained in:
Jonathan Bernard
2017-05-08 12:40:48 -05:00
parent 2d4f1bfdd2
commit fd804a9aa8
3 changed files with 49 additions and 2 deletions

View File

@ -5,6 +5,7 @@
- POST /api/projects -- create a new project
* GET /api/project/<proj-id> -- return detailed project record (include steps)
- GET /api/project/<proj-id>/active -- return detailed information about all currently running runs
✓ GET /api/project/<proj-id>/versions -- list the versions of this project that have been built
- GET /api/project/<proj-id>/<step-id> -- return detailed step information (include runs)
* POST /api/project/<proj-id>/<step-id>/run/<ref> -- kick off a run
- GET /api/project/<proj-id>/<step-id>/run/<ref> -- return detailed run information