ArkEcosystem Elixir Client v0.1.0 ArkEcosystem.Client View Source
Documentation for ArkEcosystem.Client
Link to this section Summary
Functions
Shortcut to Tesla.get/4
Shortcut to ArkEcosystem.Client.Connection.new/1
Alias for put/4
Shortcut to Tesla.post/4
Shortcut to Tesla.put/4
Link to this section Types
Link to this section Functions
Link to this function
get(client, url, opts \\ [])
View Source
get(Tesla.Client.t(), String.t(), Keyword.t()) :: response()
Shortcut to Tesla.get/4
Shortcut to ArkEcosystem.Client.Connection.new/1
Link to this function
patch(client, url, body, opts \\ [])
View Source
patch(Tesla.Client.t(), String.t(), any(), Keyword.t()) :: response()
Alias for put/4
Link to this function
post(client, url, body, opts \\ [])
View Source
post(Tesla.Client.t(), String.t(), any(), Keyword.t()) :: response()
Shortcut to Tesla.post/4
Link to this function
put(client, url, body, opts \\ [])
View Source
put(Tesla.Client.t(), String.t(), any(), Keyword.t()) :: response()
Shortcut to Tesla.put/4