[Documentation] Add docs on download_file#2555
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2555 +/- ##
==========================================
+ Coverage 79.17% 79.21% +0.03%
==========================================
Files 661 662 +1
Lines 51214 51218 +4
Branches 736 736
==========================================
+ Hits 40551 40571 +20
+ Misses 10583 10567 -16
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@jmthomas -- the |
jmthomas
left a comment
There was a problem hiding this comment.
You can whitelist that method since it's coming from a different file. Unless you think we're going to pull in more methods from that file in which case you may want to parse it. But I think whitelisting it is fine.
closes #2513
The diff looks odd, but I added the docs for
download_fileand then re-organized the docs a bit to put all the file manipulation related APIs under it's own parent.