pittcsc / PittAPI

An API to easily get data from the University of Pittsburgh
https://pittapi.pittcsc.org
GNU General Public License v2.0
108 stars 34 forks source link

Fix DiningAPI encode/decode functions #26

Closed Rahi374 closed 7 years ago

Rahi374 commented 7 years ago

Currently I have tests for half of the CourseAPI and half of the DiningAPI and a bunch of skeletal test functions.

Also what did we conclude regarding when no courses are offered?

RitwikGupta commented 7 years ago

We changed the project to be in modules now, so there is no more CourseAPI

Rahi374 commented 7 years ago

Oh right forgot to fix that.

azharichenko commented 7 years ago

@Rahi374 In issue #22 I think the idea is when there are no courses offered it just returns an empty list.

RitwikGupta commented 7 years ago

We've actually progressed past this PR now