This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
API Calls
Eric Jiang edited this page Jan 12, 2017
·
5 revisions
Instruction | Storage Type | Intro (Current) | Returns |
---|---|---|---|
/basic/(types) | Local JSON | v0.3 | Returns basic type maps, based off (types), types include: units, teachingperiods, etc. |
/courses/(courseCode) | Local JSON | v0.4 | Returns course maps based off study.monash courses |
/courses/info/(code) | mongoDB | v0.5 | Returns course information based off code |
/units/ | mongoDB | v0.1 (v0.4) | Returns _every unit with descriptive details (Name, Description, Faculty, Prerequisites, Prohibitions, SETU results) |
/units/(unitCode) | mongoDB | v0.1 (v0.4) | Returns descriptive (same as course/ext details about the course |
/spec/(specCode) | Local JSON | v0.2 | Returns JSON response for specialisations |
Post requests are in development mode as we planning API auth as well as user accounts
Part of the monPlan Project
Copyright (C) Monash University 2016
Built in conjunction with monScrape | Built with npm, Node.js and Express