class Requester::Base
- Requester::Base
- Reference
- Object
Included Modules
Direct Known Subclasses
Defined in:
requesters/base_requester.crInstance Method Summary
- #api_get(path, headers = {} of String => String, version = "v1")
- #api_post(path, body = {} of String => String, headers = {} of String => String, version = "v1")
Macro Summary
Instance methods inherited from module RequestHelper
http_api_get!(base, path, headers, version)
http_api_get!,
http_api_post!(base, path, files, texts, headers, version)
http_api_post!,
response_success?(response)
response_success?
Instance Method Detail
def api_post(path, body = {} of String => String, headers = {} of String => String, version = "v1")
#