Feature #733
Basic Version of the API
Start date:
29 Dec 2015
Due date:
% Done:
100%
Estimated time:
Resolution:
Description
User Story¶
As a software developer
I want to access a basic version of the API representing the database
so I can build on that later on.
Acceptance Criteria¶
- The restful API is available for GET requests only.
- No authentication is required.
- The API has a version.
- The index displays a list of available urls.
- Basic filtering is in place.