ascii-dresden / asciii

ascii invoicer 3.x
http://ascii-dresden.github.io/asciii/
5 stars 8 forks source link

HTTP Endpoints #74

Open V1ncNet opened 6 years ago

V1ncNet commented 6 years ago

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.

hoodie commented 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>