RingCentral v0.1.0 RingCentral.Client View Source
The Module to build a new client.
client = RingCentral.Client.new(
client_id: "CLIENT_ID",
client_secret: "CLIENT_SECRET",
redirect_uri: "https://ringcentral-elixir.test",
server_url: "https://platform.devtest.ringcentral.com"
)
Link to this section Summary
Link to this section Types
Link to this type
config() View Source
Link to this section Functions
Link to this function
new(opts)
View Source
new(opts)
View Source
new(config()) :: OAuth2.Client.t()
new(config()) :: OAuth2.Client.t()
Build a new RingCentral Client