ex_cashfree_sdk
v0.1.3
Pages
Modules
Search documentation of ex_cashfree_sdk
Settings
View Source
ExCashfreeSDK.HTTPClient.ReqClient
(ex_cashfree_sdk v0.1.3)
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