docs: document getDownloadUrl() and fix API-key placeholder#19
Conversation
The README documented toFile() but not getDownloadUrl(), a public output method. Adds a concise 'Downloading outputs' section covering toFile/toBytes, range reads, and getDownloadUrl() (self-authorizing signed URL on cloud, content endpoint on self-hosted). Also corrects the API-key placeholder in the auth table: keys are comfyui-*, not ck_*. Verified live against staging and prod. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 2 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Warning
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Documents the previously-undocumented
getDownloadUrl()and fixes the API-key placeholder.Changes
toFile/toBytes, range reads, andgetDownloadUrl(). The README previously only showedtoFile.ck_...→comfyui-...— verified the real key prefix live against staging and prod.Verified
The download-URL contract was exercised end-to-end against staging and prod via the sibling Python SDK (same low-level endpoint): a self-authorizing signed URL with an expiry, fetchable with no API key (HTTP 200). Hygiene scanner passes. Docs-only; no code behavior change.
🤖 Generated with Claude Code