TwitchApi.ApiJson.Item.Request.ResponseCode (TwitchApi v0.1.2) View Source

Provides an ecto schema for working with twitch api json request response code items.

Link to this section Summary

Functions

Provides the changeset for twitch api json request response code items

Link to this section Types

Specs

t() :: %TwitchApi.ApiJson.Item.Request.ResponseCode{
  http_code: String.t(),
  meaning: String.t()
}

Link to this section Functions

Link to this function

changeset(struct, params)

View Source

Specs

changeset(
  %TwitchApi.ApiJson.Item.Request.ResponseCode{
    http_code: term(),
    meaning: term()
  },
  %{required(binary()) => binary()}
) :: Ecto.Changeset.t()

Provides the changeset for twitch api json request response code items