Vuforex.Signature.generate

You're seeing just the function generate, go back to Vuforex.Signature module for more information.
Link to this function

generate(path, body, verb, time)

View Source

Specs

generate(String.t(), String.t() | nil, String.t(), String.t()) :: String.t()

Generates the signature based on path, body, http verb and time.

Examples

iex> Vuforex.Signature.generate("/summary", nil, "GET", "Sun, 25 Apr 2021 17:34:44 GMT")
"JLJTY+J/6O6FpXsY4t3CbGRwmOc="