ExCashfreeSDK
v0.1.4
Pages
Modules
Search documentation of ExCashfreeSDK
Settings
View Source
ExCashfreeSDK.HTTPClient.ReqClient
(ExCashfreeSDK v0.1.4)
This module is the HTTP client for Req
Summary
Functions
delete(path, headers \\ [], params \\ %{})
get(path, headers \\ [], params \\ %{})
get_param(key, default \\ nil)
patch(path, body, headers \\ [])
post(path, body, headers \\ [])
put(path, body, headers \\ [])
Functions
Link to this function
delete(path, headers \\ [], params \\ %{})
View Source
Link to this function
get(path, headers \\ [], params \\ %{})
View Source
Link to this function
get_param(key, default \\ nil)
View Source
Link to this function
patch(path, body, headers \\ [])
View Source
Link to this function
post(path, body, headers \\ [])
View Source
Link to this function
put(path, body, headers \\ [])
View Source