FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

link_encoders_by_count by log10 · Pull Request #35 · bitly/bitly-api-python · GitHub

This repository was archived by the owner on Apr 9, 2021. It is now read-only.
/ bitly-api-python Public archive

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 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL