Skip to content

Commit

Permalink
added getUser to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Ribeiro committed Oct 10, 2014
1 parent dc8f3cb commit c745a41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ client.authorize(
* `latitude` is the latitude of the new position
* `callback` is called when the request completes

### .getUser(user id, callback)

Get user information by id

* `user id` is the user's id. This is obtained e.g via `getRecommendations`
* `callback` is called when the request completes

## Examples

Expand Down

0 comments on commit c745a41

Please sign in to comment.