cloudflare-go icon indicating copy to clipboard operation
cloudflare-go copied to clipboard

The official Go library for the Cloudflare API

Results 53 cloudflare-go issues
Sort by recently updated
recently updated
newest added

### Current cloudflare-go version 0.34.0 ### Description I want to set this through the API: ![image](https://user-images.githubusercontent.com/29432139/157854528-e58a6067-58ed-405e-91a5-4b40450d74bc.png) I was able to do that with curl (although it is not documented explicitly...

## Description It appears that the /registrar API has been through some improvements since this module was written. I want to support cloudflare as a registrar in [dnscontrol](https://github.com/StackExchange/dnscontrol) but the...

### Current cloudflare-go version latest ### Description Currently it is impossible to set duration of created token, or update it duration. But it's possible to do that from Cloudflare Dashboard...

### Current cloudflare-go version Latest ### Description I am trying to fetch my R2 bucket details using the API and following the docs below. [Configure `aws-sdk-go` for R2](https://developers.cloudflare.com/r2/examples/aws-sdk-go/) [S3 API...

### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the library and it is...

### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the library and it is...

### Current cloudflare-go version latest ### Description The Live input portion of stream (inputs, outputs, etc) is currently not supported in the library. It'd be awesome to have this so...

### Current cloudflare-go version v0.89.0 ### Description The web interface allows to create a spectrum application using an origin IP address. Here's the description: ``` Origin You can designate an...

### Current cloudflare-go version latest ### Description The current [worker bindings](https://raw.githubusercontent.com/cloudflare/cloudflare-go/master/workers_bindings.go) do not have support for the [Worker AI Binding](https://developers.cloudflare.com/workers-ai/platform/bindings/) ### Use cases Allows us to programmatically configure Workers with...

### Current cloudflare-go version v0.87.0 ### Description Currently having some issues with the worker functions on the API where a string is expected/being returned for the script content. Could we...