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 now have block and CAR media types registered at IANA, would be good to include them in test suite:
?format=raw
Accept
?format=car
?format=dag-json
application/vnd.ipld.dag-json
?format=dag-cbor
application/vnd.ipld.dag-cbor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We now have block and CAR media types registered at IANA, would be good to include them in test suite:
?format=raw
should also be tested withAccept
header set to application/vnd.ipld.raw?format=car
should also be tested withAccept
header set to application/vnd.ipld.car?format=dag-json
should also be tested withAccept
header set toapplication/vnd.ipld.dag-json
(Gateway support for dag-json and dag-cbor responses ipfs/kubo#8823)?format=dag-cbor
should also be tested withAccept
header set toapplication/vnd.ipld.dag-cbor
(Gateway support for dag-json and dag-cbor responses ipfs/kubo#8823)The text was updated successfully, but these errors were encountered: