We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We only supporting JSON-API 1.0 at the moment. The goals for our librariy are among others:
✔️ Be 100% JSON API spec conform ✔️ Be open for new spec versions
So we should check if we are open for JSON-API 1.1 or if we have some errors parsing a JSON-API 1.1 document.
The text was updated successfully, but these errors were encountered:
Art4
Successfully merging a pull request may close this issue.
We only supporting JSON-API 1.0 at the moment. The goals for our librariy are among others:
So we should check if we are open for JSON-API 1.1 or if we have some errors parsing a JSON-API 1.1 document.
The text was updated successfully, but these errors were encountered: