cstlex/Cobalt-iOS-SDK

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 or buildings/list changed to courses and buildings
  • courses/show/:id and buildings/show/:id changed to courses/:id and buildings/:id

There should no longer be breaking changes to the API's structure, only new endpoints introduced. Sorry about that!