class ISE::Session
- ISE::Session
- Reference
- Object
Defined in:
ise/session.crConstant Summary
-
HEADERS =
{"Accept" => "application/json", "Content-Type" => "application/json"}
Constructors
Instance Method Summary
- #base_url : String
- #base_url=(base_url : String)
- #client : Halite::Client
- #client=(client : Halite::Client)
- #get(url : String) : Halite::Response
- #post(url : String, body) : Halite::Response
- #request(method : String, url : String, body) : Halite::Response