Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

link_encoders_by_count - #35

Open
log10 wants to merge 1 commit into
bitly:masterfrom
log10:patch-1
Open

link_encoders_by_count#35
log10 wants to merge 1 commit into
bitly:masterfrom
log10:patch-1

Conversation

@log10

@log10 log10 commented Jun 8, 2015

Copy link
Copy Markdown

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

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
Comment thread bitly_api/bitly_api.py

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants