We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should resolve #240 as the majority of the load was likely coming from schedule information.
Replace 'courses' and 'sections' subscriptions with RESTful API calls to reduce traffic.
'courses'
'sections'
Standardize on Python/Flask to reach parity with other projects.
The text was updated successfully, but these errors were encountered:
@brishin Shall I make a github repo for it? It currently is a very minimal API which returns JSON course data.
Sorry, something went wrong.
Sounds like the projects should be unified. How about you put it and the current meteor files in two separate top level directories?
No branches or pull requests
Should resolve #240 as the majority of the load was likely coming from schedule information.
Replace
'courses'
and'sections'
subscriptions with RESTful API calls to reduce traffic.Standardize on Python/Flask to reach parity with other projects.
The text was updated successfully, but these errors were encountered: