class PlaceOS::Client::APIWrapper
- PlaceOS::Client::APIWrapper
- Reference
- Object
Included Modules
Defined in:
placeos/api_wrapper.crConstructors
- .new(uri : URI | String, host_header : String | Nil = nil, insecure : Bool = false, &authenticate : HTTP::Client -> )
- .new(uri : URI | String, host_header : String | Nil = nil, insecure : Bool = false)
Instance Method Summary
Constructor Detail
def self.new(uri : URI | String, host_header : String | Nil = nil, insecure : Bool = false, &authenticate : HTTP::Client -> )
#