-
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
Flow.rs SDK Milestone 4 #79
Conversation
Hi @fee1-dead thank you for the submission, this SDK is looking great. One thing regarding documentation I've noticed is that it doesn't support API reference, do you still plan to add this or not? I would highly recommend adding it as it will keep documentation up to date. Also make sure you delete all TODOs from docs and maybe include the docs in /docs subfolder as README so it's opened by default in github once you navigate there, reference might not be the best location. I feel like example for getting transaction could be more straight forward and just include the get transaction by id functionality instead of going through blocks and collections, although I think that is an interesting example I suggest you include those transactions as extra in docs and keep the basic examples basic so they are easy to understand for new users. Same for collections. The link in the readme is broken: "To install Rust, visit the rustup website for information." What is the difference between flow-examples and examples? I'm assuming you still plan to add tests? I think it would be a good idea to at least provide some basic unit tests as part f the milestone 4 submission. |
Hello @sideninja,
What do you mean by this? The documentation is available at https://docs.rs/flow-sdk/.
Got it, thanks!
Fixed.
Thanks for the feedback! I do plan to update the examples soon.
I built
Yes I do. I will look at the Go SDK and adopt some of its tests as well as adding some doctests (in case you didn't know, Rust tests code blocks inside documentation by default). |
Awesome, keep me posted on the changes, otherwise I think you are good to go. |
Hello @sideninja:
|
Hello @sideninja, here are some changes after my last comment:
|
Awesome, great work. I don't have any more comments. |
Description
This PR is for issue #20.
flow-sdk
has met the requirements for Milestone 4.Submission Links & Documents
See rendered, the
flow.rs
repository andREFERENCE.md
.flow-sdk
now has 100% doc coverage.Requirements Check
Demonstrate that you've met all the acceptance criteria (link to code, demos, instructions to run etc.)
Demonstrate that you've met all milestone requirements and highlight any extensions or additional work done.
See the flow.rs repository.
Other Details
None at the moment