-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Nathaniel Louis Tisuela edited this page Jul 22, 2020
·
8 revisions
All API endpoints accessible from coursecake.tisuela.com/api
(You should get a 404 error if u visit rn but that's ok)
CourseCake is sliced (haha get it?) into two parts -- a standalone scraper package coursecake.scrapers
, and a web app package coursecake.flaskapp
built on top of the scraper package.
The documentation here covers the online API endpoint for that web package -- RESTful API -- and the usability of the standalone scraper package -- Scrapers.
So if y'all take a look at the sidebar, somewhere to the right side you should see links to documentation ;)