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

Querying using email or name causes 400 Bad Request error #80

Open
sdc50 opened this issue Feb 12, 2018 · 2 comments
Open

Querying using email or name causes 400 Bad Request error #80

sdc50 opened this issue Feb 12, 2018 · 2 comments
Labels

Comments

@sdc50
Copy link

sdc50 commented Feb 12, 2018

The documentation contains the following:

>>> # Discover via creator, group, user, owner
>>> resources = hs.resources(creator="email or name")
>>> resources = hs.resources(user="email or name")
>>> resources = hs.resources(owner="email or name")
>>> resources = hs.resources(author="email or name")
>>> resources = hs.resources(group="id or name")

In addition to some of these arguments not working (see #75), those that do work only accept the "username". I get a 400 Bad Request error when trying to use email or name.

@aphelionz aphelionz added the bug label Feb 13, 2018
@aphelionz
Copy link
Contributor

For now all I can do is update the docs to reflect this. Thanks for pointing it out.

@aphelionz
Copy link
Contributor

@sdc50 Version 1.2.12 was deployed and we are going to schedule the rest of the updates and bug fixes you've made issues for soon.

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

No branches or pull requests

2 participants