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
>>># 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.
The text was updated successfully, but these errors were encountered:
The documentation contains the following:
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.
The text was updated successfully, but these errors were encountered: