| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
as per bitly api documentation there should be optional parameters 'login' and 'full_name' for getting information about particular user, so modified user_info method method link_encoders_by_count is missing. hence I added it
There was a problem hiding this comment.
The previous call should correctly pass login and full_name along when called with .user_info(login=....). Were you encountering a problem with that?
This change is problematic because it switches to _call_oauth2_metrics instead of continuing to use _call_oauth2. Can you revert this change? If you'd like to list login and full_name in the signature, the right way to do that is kwargs['login'] = login etc.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As per Bitly API documentation there should be optional parameters 'login' and 'full_name' for getting information about particular user, so modified user_info method
Method link_encoders_by_count is missing. hence I added it