Jonathan Silva
Jonathan Silva
CDCloudflare Developers
Created by Jonathan Silva on 7/31/2024 in #workers-help
How to access the D1 without the Wrangler ?
I create the Worker via Cloudflare API and it is not possible to create wrangler.toml The code contains: addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)); }); ... But how can I access the D1 database ?
4 replies
CDCloudflare Developers
Created by Jonathan Silva on 5/8/2024 in #general-help
Create services by API
Is it possible to create services ( Worker + environment variables, configure KV, ... ) by HTTP request?
3 replies