TwitchApi.ApiJson.Template.Method.Args (TwitchApi v0.1.2) View Source
Provides the arguments methods template for a twitch api item module
Link to this section Summary
Functions
Provides the twitch api Elixir authentication for a twitch api item
Provides the twitch api Elixir authorization for a twitch api item
Provides the twitch api Elixir body_params for a twitch api item
Provides the twitch api Elixir query_params for a twitch api item
Link to this section Functions
Specs
authentication(TwitchApi.ApiJson.Item.t()) :: boolean() | :oauth
Provides the twitch api Elixir authentication for a twitch api item
Specs
authorization(TwitchApi.ApiJson.Item.t()) :: boolean() | :not_supported | :oauth
Provides the twitch api Elixir authorization for a twitch api item
Specs
body_params(TwitchApi.ApiJson.Item.t()) :: String.t()
Provides the twitch api Elixir body_params for a twitch api item
Specs
query_params(TwitchApi.ApiJson.Item.t()) :: [ TwitchApi.ApiJson.Template.Method.Args.Params.Query.parsed_params() ]
Provides the twitch api Elixir query_params for a twitch api item