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
Hello! Thanks for the awesome tool!
I am wondering if you would accept a PR that adds toHandlers('json-api')? This would add support for the JSON:API Specification: https://jsonapi.org
toHandlers('json-api')
I have a rough-draft working implementation: https://gist.github.com/leepfrog/ae977c81fcb705d8fd0bc104016c0272 that I could refactor into the same usage pattern as toHandlers('rest') and toHandlers('graphql'), add tests for, etc..
toHandlers('rest')
toHandlers('graphql')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Thanks for the awesome tool!
I am wondering if you would accept a PR that adds
toHandlers('json-api')
? This would add support for the JSON:API Specification: https://jsonapi.orgI have a rough-draft working implementation: https://gist.github.com/leepfrog/ae977c81fcb705d8fd0bc104016c0272 that I could refactor into the same usage pattern as
toHandlers('rest')
andtoHandlers('graphql')
, add tests for, etc..The text was updated successfully, but these errors were encountered: