-
Notifications
You must be signed in to change notification settings - Fork 144
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
Get file contents #2578
Get file contents #2578
Conversation
Signed-off-by: b-l-u-e <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2578 +/- ##
==========================================
+ Coverage 84.43% 84.45% +0.02%
==========================================
Files 283 283
Lines 71038 71088 +50
==========================================
+ Hits 59981 60039 +58
+ Misses 11057 11049 -8 ☔ View full report in Codecov by Sentry. |
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.
Thank you for your efforts! With those comments addressed the exampled would have finished look.
…me few other changes Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Signed-off-by: b-l-u-e <[email protected]>
Quality Gate passedIssues Measures |
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.
LGTM! Thanks for your efforts!
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.
LGTM, thank you @b-l-u-e
@rwalworth please approve |
Description:
This PR adds a get-file-contents example to demonstrate how to retrieve file contents using the Hedera JavaScript SDK. This functionality is important for developers who need to access and work with file data stored on the Hedera network.
Related issue(s):