Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
78795ce1
Commit
78795ce1
authored
May 14, 2013
by
Jeff Hull
Committed by
Joshua Roesslein
May 14, 2013
Browse files
remove endpoint as referenced by @joshthecoder in #288
parent
abf7f453
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/api.py
View file @
78795ce1
...
...
@@ -249,13 +249,6 @@ class API(object):
require_auth
=
True
)
""" friendships/exists """
exists_friendship
=
bind_api
(
path
=
'/friendships/exists.json'
,
payload_type
=
'json'
,
allowed_param
=
[
'user_a'
,
'user_b'
]
)
""" friendships/show """
show_friendship
=
bind_api
(
path
=
'/friendships/show.json'
,
...
...
@@ -264,7 +257,6 @@ class API(object):
'target_id'
,
'target_screen_name'
]
)
""" Perform bulk look up of friendships from user ID or screenname """
def
lookup_friendships
(
self
,
user_ids
=
None
,
screen_names
=
None
):
return
self
.
_lookup_friendships
(
list_to_csv
(
user_ids
),
list_to_csv
(
screen_names
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment