docs: document get_download_url() and fix API-key/host placeholders#16
Conversation
The README documented to_file() but not get_download_url(), a public Output method. Adds a concise 'Downloading outputs' section covering to_file/to_bytes, range reads, and get_download_url() (self-authorizing signed URL on cloud, content endpoint on self-hosted). Also corrects two inaccurate placeholders: the API key is comfyui-* (not ck_*), and the __init__ docstring pointed at cloud.comfy.org (api.comfy.org is the Cloud host). Verified live against staging and prod. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 5 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. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Warning
|
What
Documents the previously-undocumented
get_download_url()and fixes two inaccurate placeholders in the docs.Changes
to_file/to_bytes, range reads, andget_download_url(). The README previously only showedto_file.ck_...→comfyui-...(3 spots) — verified the real key prefix live against staging and prod.__init__.pydocstring hostcloud.comfy.org→api.comfy.org— the old host 404s;api.comfy.orgis the Comfy Cloud v2 endpoint.Verified
get_download_url()was exercised end-to-end against staging and prod: returns a self-authorizing GCS signed URL with anexpires_at, fetchable with no API key (HTTP 200). Hygiene scanner + package import pass. Docs-only; no code behavior change.🤖 Generated with Claude Code