| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 19.27273% with 222 lines in your changes missing coverage. Please review. @@ Coverage Diff @@
## main #101 +/- ##
=============================================
- Coverage 77.04% 61.86% -15.19%
- Complexity 217 229 +12
=============================================
Files 13 14 +1
Lines 793 1062 +269
Branches 71 115 +44
=============================================
+ Hits 611 657 +46
- Misses 146 342 +196
- Partials 36 63 +27 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
resumeTusUpload() is generated from the API2 resumeUpload TUS protocol contract: it discovers the server offset with a HEAD request, PATCHes the remaining bytes from that offset, asserts the final offset matches the content length, and waits for the Assembly to finish. The new api2-devdock-tus-resume-upload example interrupts an upload after the first chunk like a dropped connection would, then resumes it through the public SDK method. The lifecycle example now polls the Assembly list briefly because the API acknowledges creation before the list storage row lands. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Why
API2 now has a Java Transloadit SDK adapter that can mechanically render Java SDK endpoint methods from contract metadata. This companion PR gives that generator real marker regions to rewrite and compare, plus checked-in consumer examples that prove the generated endpoint surface against devdock.
Experimental Status
Experimental work: this PR is part of the API2 contract/generated SDK effort and is intentionally kept as a Draft while the generated surface and consumer proof examples are validated.
What changed
Validation
Companion PRs
Transloadit
TUS
Allowed outward links from Transloadit to the related tus companion PRs: