Web Services Definition » History » Version 2
Kurt Gerber, 25 Jan 2016 14:19
1 | 2 | Kurt Gerber | h1. API / Web Services Definition |
---|---|---|---|
2 | |||
3 | h2. 1. General Requirements |
||
4 | |||
5 | h3. 1.1. *The API is based on RESTful web services* |
||
6 | |||
7 | h3. 1.2. *No authentification is needed to query/download published data* |
||
8 | |||
9 | h3. 1.3. *The API has a version* |
||
10 | |||
11 | This can either be done through a parameter or a path. Preferably part of the path to force version idication. |
||
12 | |||
13 | h3. 1.4. *Output/Answer* |
||
14 | |||
15 | The Output formats should selectable between JSON,XML and CSV with JSON as default. |