otherwise sign in through the windows client the same way through google
What I did:
setup simple postman test collection with request hitting all endpoints available on SFU courses API. (It's very minimal)
Discoveries:
Course antirequisites is returned in a "notes" section, meaning we need to do some parsing to get just the course name/number + all other general antirequisites
There will be missing fields returned when making a request for a course section. Will vary between courses requested
Courses data is organized like a folder: year/term/department/courseNumber/courseSection. Meaning, for example, to get all professors of a course's section you would need to call all specific course sections and fetch that data out of each response
How to test:
Import the postman test collection in the files or see instructions under "How to install Postman". The collection will be there already under the postman account I've setup
How to install Postman:
What I did:
Discoveries:
year/term/department/courseNumber/courseSection
. Meaning, for example, to get all professors of a course's section you would need to call all specific course sections and fetch that data out of each responseHow to test: