Skip to content

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

Notifications You must be signed in to change notification settings

zainh96/UW-Open-Data-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages