FleetApp::Client
Inherits Reference < Object
An interface for HTTP::Client.
Constructors
new(host : String = FleetAppClient::HOST)
SourceInstance methods
host
Sourcehost=(host : String)
Sourcepost_with_auth(path : String, body : String, basic_auth : String)
Performs a POST request on the path with a body and authentication.
set_host(host : String)
Sets the host. This method is an alias of the setter method: Alias of host=.