Some new Cobalt changes that may have broken this SDK
Opened this issue · 0 comments
qasim commented
Hi! I am really happy to see stuff like this being made for Cobalt. Thanks a lot :)
I wanted to let you know that Cobalt recently changed the API's endpoints slightly, you can see the changes here:
https://github.com/cobalt-uoft/documentation
Specifically:
courses/list
orbuildings/list
changed tocourses
andbuildings
courses/show/:id
andbuildings/show/:id
changed tocourses/:id
andbuildings/:id
There should no longer be breaking changes to the API's structure, only new endpoints introduced. Sorry about that!