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()}
Specs
request( Finch.Request.method(), Finch.Request.url(), Finch.Request.headers(), Finch.Request.body() ) :: {:ok, Finch.Response.t()} | {:error, Exception.t()}