JsonApiResponse

sealed interface JsonApiResponse

Base fields for a JSON:API response.

Inheritors

Properties

Link copied to clipboard

The included resources.

Link copied to clipboard
abstract val jsonapi: JsonApiObject?

Information about the server's JSON:API implementation.

Link copied to clipboard
abstract val links: JsonApiLinks?

The top-level links of the response.

Link copied to clipboard
abstract val meta: Map<String, <Error class: unknown class>>

The top-level meta of the response.