Blazay v1.1.2 Blazay.B2.Base behaviour View Source

Base B2 module for using in the api call definitions

simply call use Blazay.B2 in the module and define the url, header, body and use the module to make the calls.

Link to this section Summary

Link to this section Callbacks

Link to this callback body(arg0) View Source
body(nil | String.t | map | any) :: map | any
Link to this callback header(arg0) View Source
header(nil | String.t | map | none) :: List.t
Link to this callback url(arg0) View Source
url(nil | String.t | map | none) :: String.t