-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
feat(cat-gateway): Add document endpoints #1470
base: main
Are you sure you want to change the base?
Conversation
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
@stevenj Following our conversation earlier I took a look here again, you mentioned using jsonrpc for our API, if so are we going to follow a specific version like 2.0 https://www.jsonrpc.org/specification. While the spec doesn't explicitly say that method is required it is inferred based on the rest of the context around request format like params where it states it MAY be omitted, if we are following this spec, what approach do you want to take to specify the method, a single document method, or more granular depending on usecase? Should these be defined along with the actions, while they may not be entity specific and more general a list of these may help cover a lot of the usecase examples listed in the API doc. Depending on the approach here I will hold off updating anything to reflect discussions this morning and I can move relevant API sections into the docs later |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
f5ef33e
to
195f879
Compare
✅ Test Report | |
✅ Test Report | |
Description
Adds the Signed Document endpoints
Related Issue(s)
Please confirm the following checks