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

Supper Easy fuzzy matching #10

Open
cycomachead opened this issue Feb 10, 2015 · 0 comments
Open

Supper Easy fuzzy matching #10

cycomachead opened this issue Feb 10, 2015 · 0 comments
Milestone

Comments

@cycomachead
Copy link
Member

A super useful tool would be a simple .find() wrapper around a request that handles pagination, and supports fuzzy string matching, perhaps with a threshold?

If using promises the code could be really clean because could do Course(12345).students().find(cb) but that wouldn't be able to handle pages... So Course(12345).allPage().students().find(cb) or Course(12345).find(term).students(cb)

cb could either be a callback or replaced with .then() potentially...

@cycomachead cycomachead changed the title "Find" wrapper for a get request Supper Easy fuzzy matching Nov 23, 2015
@cycomachead cycomachead added this to the v1.5.0 milestone Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant