ex_cashfree_sdk
v0.1.1
Pages
Modules
Search documentation of ex_cashfree_sdk
Settings
View Source
ExCashfreeSDK.HTTPClient.ReqClient
(ex_cashfree_sdk v0.1.1)
This module is the HTTP client for Req
Summary
Functions
delete(path, headers \\ [], params \\ %{})
get(path, headers \\ [], params \\ %{})
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
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