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
In listUserRepos the API called is users/$user/repos. This seems to be the incorrect endpoint and be /user/repos
listUserRepos is documented to have a type parameter that can take the values "all", "public", "private",
"forks", "sources" or "member" which seems to fit more or less with /user/repos. On the other hand, users/$user/repos does not even has the value private or public for the type. I guess there is a problem with the API being called.
The text was updated successfully, but these errors were encountered:
juli1
added a commit
to juli1/github4s
that referenced
this issue
Mar 3, 2019
In
listUserRepos
the API called isusers/$user/repos
. This seems to be the incorrect endpoint and be/user/repos
listUserRepos
is documented to have a type parameter that can take the values "all", "public", "private","forks", "sources" or "member" which seems to fit more or less with
/user/repos
. On the other hand,users/$user/repos
does not even has the valueprivate
orpublic
for the type. I guess there is a problem with the API being called.The text was updated successfully, but these errors were encountered: