-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed SOC parameter values for Summer and Fall 2018 #3
Comments
Awesome catch! I think UF is in the process of updating their API. I'll do a little more investigation and see if I can figure out everything else that's changed. |
Yeah they seem to be changing quite a bit in naming conventions. You can see some of the changes of API between https://one.uf.edu/apix/soc-summer/filters and https://one.uf.edu/apix/soc/filters |
Some more things that have changed for fall:
|
y tho |
I think I made some changes to reflect it. Do you guys think I should mark that API as unstable? |
I think it's fine (maybe). I don't think they'll change the current endpoints now. |
https://one.uf.edu/api/myschedule/course-search/ |
What do we pass the login as? |
I think you already have to be logged in right @Luc-Olsthoorn ? |
The endpoints for the schedule of courses are actually a bit off for Fall 2018.
In the summer the base URL is actually
https://one.uf.edu/apix/soc-summer/schedule/
(this is actually the base URL for Spring too for some reason0. Theterm
you can append the letters A, B, or C for Summer A, B, or C.The
term
for Fall is2188
and theprogram
isn'tRES
for regular, butCWSP
instead.https://one.ufl.edu/apix/soc/schedule/?category=CWSP&term=2188
The text was updated successfully, but these errors were encountered: