Description Usage Arguments Details References Examples
Returns data about a user's activity on Uber.
1 | uber_history(limit = 5, offset = 0)
|
limit |
Number of items to retrieve. |
offset |
Offset the returned results. |
Requires an OAuth 2.0 token with the history or history_lite scope.
https://developer.uber.com/docs/ride-requests/references/api/v12-history-get
1 2 3 4 | ## Not run:
uber_history()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.