A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification
205
stars
16
forks
source link
[FR] Update `ErrorSource` interface to support JSON:API v1.1 #72
Closed
fabriciotav closed 8 months ago
Is your feature request related to a problem? *
The error object in JSON:API v1.1 was expanded, now the
source
object defines a new member,header
:Describe the solution you'd like*
Expand the
ErrorSource
interface to includeheader
.