I’m getting my feet wet with JSON:API.
An immediate question I have is that in the past, I have found versioning our APIs via media types to be a superior strategy. We have done so with either media type parameters or a specific media type.
However, I notice that the JSON:API spec prohibits including any media type parameters in the request and response.
Is there any way square these two?