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 15, 2017
·
5 revisions
P - POST Request
G - GET Request
T | Instruction | Storage Type | Intro (Current) | Returns |
---|---|---|---|---|
G | /basic/(types) | Local JSON | v0.3 | Returns basic type maps, based off (types), types include: units, teachingperiods, etc. |
G | /courses/(courseCode) | Local JSON | v0.4 | Returns course maps based off study.monash courses |
G | /courses/info/(code) | mongoDB | v0.5 | Returns course information based off |
G | /spec/(specCode) | Local JSON | v0.2 | Returns JSON response for specialisations |
T | Instruction | Storage Type | Intro (Current) | Returns |
---|---|---|---|---|
G | /units/ | mongoDB | v0.1 (v0.4) | Returns _every unit with descriptive details (Name, Description, Faculty, Prerequisites, Prohibitions, SETU results) |
G | /units/(unitCode) | mongoDB | v0.1 (v0.4) | Returns descriptive (same as course/ext details about the course |
G | /rules/(unitCode) | mongoDB | v0.5.15 | Returns an array of rules based for the Unit specified UnitCode |
T | Instruction | Storage Type | Intro (Current) | Returns |
---|---|---|---|---|
G | /snaps/(identifier) | mongoDB | v0.5.10 | Returns JavaScript object of saved course maps |
P | /snaps/ | mongoDB | v0.5.10 | ADD COURSESTRUCTURE ONTO BODY REQUEST under the KEY COURSE |
Part of the monPlan Project
Copyright (C) Monash University 2016
Built in conjunction with monScrape | Built with npm, Node.js and Express