recurly v0.2.2 Recurly.API
Module for making HTTP requests to Recurly servers.
Summary
Functions
Create the uri for given path. Can take a fully qualified url
HTTP request headers
HTTPoison request options
Functions
Parameters
method
Atom (:get, :post, :put, :delete)path
String can be a relative path like “/accounts/1234” or a fully qualified uribody
String HTTP bodyoptions
Keyword list of extra optionsheaders
Map of extra headers
Create the uri for given path. Can take a fully qualified url.
Parameters
path
string relative path
HTTP request headers.
Parameters
extras
a Map of extra opts to merge into defaults