JsonApiClient v3.1.0 JsonApiClient.Links View Source

JSON API JSON Links http://jsonapi.org/format/#document-links

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %JsonApiClient.Links{
  first: any(),
  last: any(),
  next: any(),
  prev: any(),
  related: any(),
  self: any()
}