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
For example:
curl -X GET "https://staging.element.transmute.industries/element/versions" -H "accept: application/json"
[ { "name": "core", "version": "0.1.0" }, { "name": "ethereum", "version": "0.1.0" }, { "name": "ipfs-with-cache", "version": "0.1.0" } ]
The text was updated successfully, but these errors were encountered:
IMO it would be better for us to return what is defined here: #886
{ "genesisTime": 0, "multihashAlgorithm": 18, "hashAlgorithm": 5, "maxOperationCount": 10, "maxOperationSize": 200000, "compressionAlgorithm": "GZIP", "maxAnchorFileSize": 1000000, "maxMapFileSize": 1000000, "maxChunkFileSize": 1000000, "patches": [ "replace", "add-public-keys", "remove-public-keys", "add-services", "remove-services", "ietf-json-patch" ], "signatureAlgorithms": [ "EdDSA", "ES256", "ES256K" ], "keyAlgorithms": [ "Ed25519", "P-256", "secp256k1" ] }
Sorry, something went wrong.
API spec update.
No branches or pull requests
For example:
The text was updated successfully, but these errors were encountered: