ExTheOne.Struct.QuoteResponse (sdk v0.1.0)

The One API response quote struct

Summary

Types

@type docs() :: [quote()]
@type limit() :: integer()
@type offset() :: integer()
@type page() :: integer()
@type pages() :: integer()
@type quote() :: %{
  _id: String.t(),
  character: String.t(),
  dialog: String.t(),
  id: String.t(),
  movie: String.t()
}
@type t() :: %ExTheOne.Struct.QuoteResponse{
  docs: docs(),
  limit: limit(),
  offset: offset(),
  page: page(),
  pages: pages(),
  total: total()
}
@type total() :: integer()

Functions

Link to this function

to_struct(data)