Skip to content
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

Add Client API method to return the Class Schedule Listing page. #79

Open
aomi opened this issue Feb 6, 2021 · 1 comment
Open

Add Client API method to return the Class Schedule Listing page. #79

aomi opened this issue Feb 6, 2021 · 1 comment
Labels
feature New feature or request

Comments

@aomi
Copy link
Member

aomi commented Feb 6, 2021

Currently, the only way to get information from this page is by invoking getCourseSections, which is an expensive call as it needs to make several round-trips to create the response. For advanced users, they can reduce the RTT by making one less call (Class Schedule Listing page) if that page is saved (and therefore the CRNs) since this page does not change very frequently.

@aomi aomi added the feature New feature or request label Feb 6, 2021
@isaaccormack
Copy link
Contributor

is this still relevant / what do you mean by this? caching the sections page in the npm package? Our current implementation (as of the latest API refactoring) gets the Class Schedule Listing page, parses it, and returns it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants