A Java Client Library for the University of Waterloo Open Data API. The Library fetches data from the UW Open Data servers, parses the reuslts, and wraps them into pretty Java objects for you to use.
The Library uses org.json to parse JSON results. It must be included in your project for the library to work. A download to the version used in this library can be found here.
Take a look at the core classes which are found here. There you will find an overview, and examples for using one or more url at a time.
- /terms/{term}/examschedule
- /terms/{term}/{subject}/schedule
- /terms/{term}/{subject}/{catalog_number}/schedule
- /terms/{term}/infosessions
You need a valid API key to use this library. You can get one here.
The official UW Open Data API is located here.
- Add Services end points
- Add News end points
- Add Events end points
- Add Course end points
- Add Food Service end points
- Convert Objects to extends Parcelable for better android use