Swoosh.ApiClient.Finch (Swoosh v1.3.9) View Source

Finch-based ApiClient for Swoosh.

In order to use Finch API client, you must start Finch and provide a :name. Often in your supervision tree:

children = [
  {Finch, name: Swoosh.Finch}
]

Or, in rare cases, dynamically:

Finch.start_link(name: Swoosh.Finch)