taxjar v0.1.1 Taxjar.Query
All requests to Taxjar will be composed via a Taxjar.Query struct.
Link to this section Summary
Functions
Customize the parser to be used on the response body
Merges a map of headers into the provided Taxjar.Query
Merges a map of params into the provided Taxjar.Query
Creates a new Query struct with provided data
Link to this section Types
Link to this section Functions
Customize the parser to be used on the response body.
Merges a map of headers into the provided Taxjar.Query
Merges a map of params into the provided Taxjar.Query
Creates a new Query struct with provided data
Link to this function
perform(query, config)
perform(t(), Keyword.t()) :: {:ok, any()} | {:error, Taxjar.Error.t()}