class

Webex::Session

Inherits Reference < Object

Constants

Log = ::Log.for(self)

Constructors

new(access_token : String)
Source

Instance methods

access_token
Source
base_url
Source
base_url=(base_url : String)
Source
delete(url : String, **kwargs) : Halite::Response
Source
get(url : String, **kwargs) : Halite::Response
Source
post(url : String, **kwargs) : Halite::Response
Source
put(url : String, **kwargs) : Halite::Response
Source
request(method : String, url : String, **kwargs) : Halite::Response
Source
single_request_timeout
Source
single_request_timeout=(single_request_timeout : Int32)
Source
user_agent
Source
user_agent=(user_agent : String)
Source
wait_on_rate_limit
Source
wait_on_rate_limit=(wait_on_rate_limit : Bool)
Source