RingCentral (RingCentral v0.2.0) View Source

A thin RingCentral API wrapper in Elixir.

Link to this section Summary

Functions

Build the RingCentral client, used by functions in both RingCentral.OAuth and RingCentral.API

Returns the production API server URL: https://platform.ringcentral.com

Link to this section Types

Specs

t() :: %RingCentral{
  client_id: String.t(),
  client_secret: String.t(),
  http_client: module(),
  json_coder: module(),
  server_url: String.t(),
  token_info: map()
}

Link to this section Functions

Specs

build(keyword()) :: t()

Build the RingCentral client, used by functions in both RingCentral.OAuth and RingCentral.API

Options

Specs

production_server_url() :: String.t()

Returns the production API server URL: https://platform.ringcentral.com

Specs

sandbox_server_url() :: String.t()

Returns the sandbox API server URL: https://platform.devtest.ringcentral.com