class Dontfile::Client
- Dontfile::Client
- Reference
- Object
Included Modules
Defined in:
dontfile/client.crdontfile/client/pages.cr
Constant Summary
-
BASE_URI =
URI.parse("http://dontfile.com")
-
DEFAULT_HEADERS =
HTTP::Headers {"content-type" => "application/json"}
Constructors
Instance Method Summary
- #delete(url : String, params : Hash(String, String))
- #get(url : String, params = nil)
- #patch(url : String, body : String)