elixtagram v0.7.0 Elixtagram.API.Base
Provides general request making and handling functionality (for internal use).
Link to this section Summary
Functions
General HTTP DELETE
request function. Takes a url part
and optionally a token and list of params
General HTTP GET
request function. Takes a url part
and optionally a token and list of params
General HTTP POST
request function. Takes a url part,
and optionally a token, data Map and list of params
Link to this section Functions
Link to this function
delete(url_part, token, params \\ [])
General HTTP DELETE
request function. Takes a url part
and optionally a token and list of params.
Link to this function
get(url_part, token, params \\ [])
General HTTP GET
request function. Takes a url part
and optionally a token and list of params.
Link to this function
post(url_part, token \\ :global, data \\ "", params \\ [])
General HTTP POST
request function. Takes a url part,
and optionally a token, data Map and list of params.