jsonapi v1.2.3 JSONAPI.Config View Source

Configuration struct containing JSON API information for a request

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %JSONAPI.Config{
  data: nil | map(),
  fields: map(),
  filter: keyword(),
  include: keyword(),
  opts: nil | keyword(),
  page: nil | map(),
  sort: nil | keyword(),
  view: any()
}