Skip to content

Commit

Permalink
added new api endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
impronunciable committed Dec 10, 2012
1 parent 6a511f5 commit b085f53
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,16 @@
"resource": "https://api.twitter.com/1.1/friends/ids.json"
, "method": "get"
}
, "friendshipsLookup" : {
, "friendsList" : {
"resource": "https://api.twitter.com/1.1/friends/list.json"
, "method": "get"
}
, "followersList" : {
"resource": "https://api.twitter.com/1.1/followers/list.json"
, "method": "get"

}
, "friendshipsLookup" : {
"resource": "https://api.twitter.com/1.1/friendships/lookup.json"
, "method": "get"
}
Expand Down

0 comments on commit b085f53

Please sign in to comment.