Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitly_api/bitly_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def user_share_counts_by_share_type(self, **kwargs):
def user_shorten_counts(self, **kwargs):
data = self._call_oauth2_metrics("v3/user/shorten_counts", dict(),
**kwargs)
return data["shorten_counts"]
return data["user_shorten_counts"]

def user_tracking_domain_list(self):
data = self._call_oauth2("v3/user/tracking_domain_list", dict())
Expand Down