TwitchApi.MyFinch (TwitchApi v0.1.3) View Source

Provides funcion wrapper for making Finch requests

Link to this section Summary

Link to this section Functions

Specs

request(
  Finch.Request.method(),
  Finch.Request.url()
) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}
Link to this function

request(method, url, headers, body)

View Source

Specs