You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some of the API responses are not consistent. For example, fetching a non-existent course such as /fh/single?dept=MATH&course=2D returns a response as plaintext, instead of being valid JSON:
Error! Could not find given selectors in database
These instances should be fixed and the API should consistently return valid JSON .
The text was updated successfully, but these errors were encountered:
Currently, some of the API responses are not consistent. For example, fetching a non-existent course such as /fh/single?dept=MATH&course=2D returns a response as plaintext, instead of being valid JSON:
These instances should be fixed and the API should consistently return valid JSON .
The text was updated successfully, but these errors were encountered: