View Source ExCashfreeSDK.HTTPClient.ReqClient (ExCashfreeSDK v0.1.5)

This module is the HTTP client for Req

Summary

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