class

ISE::Session

Inherits Reference < Object

Constants

HEADERS = {"Accept" => "application/json", "Content-Type" => "application/json"}

Constructors

new(base_url : String, username : String, password : String)
Source

Instance methods

base_url
Source
base_url=(base_url : String)
Source
client
Source
client=(client : Halite::Client)
Source
get(url : String) : Halite::Response
Source
post(url : String, body) : Halite::Response
Source
request(method : String, url : String, body) : Halite::Response
Source