Skip to content

Commit

Permalink
Updated documentation to match the new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jehna committed Sep 1, 2015
1 parent f2a5c90 commit 0386d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ getUserTimeline(object options) // GET statuses/user_timeline
searchTweets(string keyword, object options); // GET search/tweets
postStatusUpdate(string statusText, object options); // POST statuses/update
getUserDetails(string user_id, object options); // GET users/show
getRequest(string full_twitter_api_url, object options); // GET custom url
postRequest(string full_twitter_api_url, object options); // POST custom url
```


Expand Down

0 comments on commit 0386d1b

Please sign in to comment.