Open V1ncNet opened 6 years ago
we sorta have this at the moment
=> 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.