Loads the client library interface to a particular API. The new API interface will be in the form gapi.client.api.collection.method.
The name of the API to load.
The version of the API to load
the function that is called once the API interface is loaded
Creates a HTTP request for making RESTful requests. An object encapsulating the various arguments for this method.
Creates an RPC Request directly. The method name and version identify the method to be executed and the RPC params are provided upon RPC creation.
The method to be executed.
The version of the API which defines the method to be executed. Defaults to v1
A key-value pair of the params to supply to this RPC
Sets the API key for the application.
The API key to set