-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
18 lines (13 loc) · 874 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Welcome to the very basic version of a java client for the open data api of the NOS.
More information about the api can be found here:
http://open.nos.nl/
At the moment most of the requests that the api supports are implemented.
The v1 version is the exposed version of the api of the NOS
______________________________________________________________________________________
If you want to compile the project yourself and you want to run the integration test,
you need to ask for an api key and you have to create a file key.properties and put in
on your classpath. You can use the test/resources for instance. Put one property in the
file called key. Nice :-)
If you want to learn more about the internals of the project a good way to start is to
read my blog post:
http://www.gridshore.nl/2011/01/20/using-the-nos-open-data-api-with-the-springframework-and-jackson/