siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Implement Schedule DbApi Router API #10

Closed russleyshaw closed 7 years ago

russleyshaw commented 7 years ago

File: dbapi/src/routers/api/schedule.ts

Implement an API router for schedules

NOTE: Query params, Params, and JSON Bodies should go through a jsonschema verification, so be sure to add the schema for each API endpoint

NOTE: Normal endpoints should not select for data and result columns. Specific endpoints will be provided

user404d commented 7 years ago

20