WIP: continued server work. Schema for config files.

This commit is contained in:
Jonathan Bernard
2017-02-19 14:51:43 -06:00
parent 9f68963f18
commit 435613f6dc
5 changed files with 94 additions and 0 deletions

View File

@ -6,3 +6,4 @@ GET /api/project/<proj-id> -- return detailed project rec
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