RingCentral.build
You're seeing just the function
build
, go back to RingCentral module for more information.
Specs
Build the RingCentral client, used by functions in both RingCentral.OAuth
and RingCentral.API
Options
server_url
: Optional, the API server URL, default to the value ofRingCentral.production_server_url/0
client_id
: Required, the client IDclient_secret
: Required, the client Secrettoken_info
: Required if used byRingCentral.API
to make API calls, should be set to the result ofRingCentral.OAuth.get_token/2
http_client
: Optional, the module used to make HTTP calls, default toRingCentral.HTTPClient.DefaultClient
json_coder
: Optional, the module used as JSON encoder & decoder, default toRingCentral.JSON.DefaultCoder