You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> GET /api/projects/year => all years
=> GET /api/projects/year/<year> => all project ids in <year>
=> GET /api/full_projects/year/<year> => all projects in <year>
=> GET /api/projects => all project ids
=> GET /api/full_projects => all projects
=> GET /api/projects/<name> => project <name>
Feel free to add your own suggestions.
Response format as in #73
Multiple
Single
NOTE I don't need endpoints that return an array of event idents.
The text was updated successfully, but these errors were encountered: