Learn R Programming

ubeR (version 0.1.4)

callAPI: Handle interactions with the Uber API

Description

Handle interactions with the Uber API

Usage

callAPI(cmd, version, params = NULL, method = "GET")

Arguments

cmd
Specifies the endpoint.
version
The version of the API for particular endpoint.
params
Data passed with request.
method
Type of request.