arumoy-shome / UWNerdist

Got free time? Check out what classes are going on at the UW campus that interest you!
MIT License
1 stars 1 forks source link

Courses #53

Closed arumoy-shome closed 7 years ago

arumoy-shome commented 7 years ago

Two endpoints that I am considering using for this model (both under terms):

  1. /courses: returns list of all courses offered for given term. We can use this to grab a list of all subjects that are offered that term. The next endpoint can then be used to grab all the courses for the corresponding subject.
    • [ ] any other endpoint that provides a list of subjects offered for a given term?
  2. /subject/schedule: returns all class schedule for given subject and term.
arumoy-shome commented 7 years ago