Etsy v1.0.0 Etsy View Source
Main Etsy API
See etsy's api documentation for endpoints and their corresponding parameters.
Link to this section Summary
Link to this section Types
Specs
method() :: :get | :post | :put | :delete
Specs
Specs
Link to this section Functions
Specs
access_token(Etsy.Credentials.t(), String.t()) :: {:ok, map()} | {:error, atom()}
Specs
Specs
call(Etsy.Credentials.t(), method(), String.t()) :: response()
Specs
call(Etsy.Credentials.t(), method(), String.t(), params()) :: response()
Specs
delete(Etsy.Credentials.t(), String.t()) :: response()
Specs
get(Etsy.Credentials.t(), String.t()) :: response()
Specs
post(Etsy.Credentials.t(), String.t(), params()) :: response()
Specs
put(Etsy.Credentials.t(), String.t(), params()) :: response()
Specs
scopes(Etsy.Credentials.t()) :: response()