Description Authentication Products Estimates Requests
The ubeR package provides wrapper functions for endpoints in the Uber API.
The uber_oauth()
function accepts a client
identifier and a client secret key. It orchestrates authentication with the
Uber API.
The uber_products()
function provides information
about the nearest Uber rides to a specified location.
Estimates for the cost and duration of the cheapest ride
between two locations can be requested using
uber_requests_estimate()
. Cost and duration estimates for a
selection of rides types can be requested with uber_estimate_price()
and uber_estimate_time()
.
A ride between two locations can be requested using
uber_requests()
. This ride can subsequently be queried and cancelled
with uber_requests_current()
and
uber_requests_current_delete()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.