/UW-Open-Data-API

A Java Client Library for the University of Waterloo Open Data API

Primary LanguageJava

UW-Open-Data-API

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.

Setup

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.

Quick Start

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.

Current Supported Endpoints

Server

API

Building

Codes

Resources

Terms

Weather

News

Events

Obtaining a Key

You need a valid API key to use this library. You can get one here.

Official API

The official UW Open Data API is located here.

TODO

  • 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