-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Fix batch image upload endpoint from v2 to v1 #18954
Fix batch image upload endpoint from v2 to v1 #18954
Conversation
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.
1 files reviewed, 6 total issue(s) found.
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Congratulations @yashdev16, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm6z5zgam58610cjohuy46320 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* Fix batch image upload endpoint from v2 to v1 * Apply Hyperlint suggestions Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * retrigger ci --------- Co-authored-by: Pedro Sousa <[email protected]> Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Kody Jackson <[email protected]>
Summary
References
Issue #18929: Cloudflare Batch Image Upload Endpoint
Code that is changed:
"curl "https://batch.imagedelivery.net/images/v1"
--header "Authorization: Bearer <BATCH_TOKEN>"