-
Notifications
You must be signed in to change notification settings - Fork 39
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(dapi): rust client #1238
feat(dapi): rust client #1238
Conversation
packages/rs-dapi-client/src/platform/get_data_contract_history.rs
Outdated
Show resolved
Hide resolved
packages/rs-dapi-client/src/platform/get_data_contract_history.rs
Outdated
Show resolved
Hide resolved
packages/rs-dapi-client/src/platform/broadcast_state_transition.rs
Outdated
Show resolved
Hide resolved
packages/rs-dapi-client/src/platform/broadcast_state_transition.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Who is the intended audience? External users or our team?
- Please add tests.
- Please document public objects, preferably with examples (esp. if audience is external)
I don't know, I suppose both
The crate does actually nothing but a proxifying requests and I guess only end to end would help there, should it be a Docker thing again?
it has |
This reverts commit 8afbd04.
eb11cfc
to
0a8a89e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this :) Will try to use it for my needs, meanwhile I left a few small comments.
Issue being fixed or feature implemented
GetDocuments
query in Drive.What was done?
How Has This Been Tested?
It wasn't
Breaking Changes
Checklist:
For repository code-owners and collaborators only