Get meta data details for specified Google API
Download the discovery document for an API
gar_discovery_api(api, version, a_url = NULL)
api
: The API to fetchversion
: The API version to fetcha_url
: Supply your own discovery URL, for private APIs onlyDetails of the API
https://developers.google.com/discovery/v1/getting_started
Other Google Discovery API functions: gar_create_api_objects()
, gar_create_api_skeleton()
, gar_create_package()
, gar_discovery_apis_list()
Useful links