Added create_metadata endpoint #460
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#460
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have added the create_metadata endpoint for image descriptions. Now it should pass all tests. The following modifications have been made to api.py:
Coverage decreased (-0.02%) to 57.162% when pulling
6fc7b9e038on jmdaweb:master into12e6b34d1don ryanmcgrath:master.Thanks for fixing up your code in this new pull request. Can you adjust your code to the changes in my review? Thanks!
@ -140,7 +140,11 @@ class Twython(EndpointsMixin, object):params = params or {}Can you make this
if isinstance(params, dict)@ -192,15 +196,16 @@ class Twython(EndpointsMixin, object):error_message,Can you make this line:
if response.content != ''(spaces around operator and single quotescontent = ''Space around operators and single quotesCoverage decreased (-0.02%) to 57.162% when pulling
2cb2ed4a31on jmdaweb:master into12e6b34d1don ryanmcgrath:master.Thanks!