Skip to content
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

FLPROD-1370: Add client for CloudConnectorAPI #2698

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WowVeryLogin
Copy link

FL Team: new product CloudConnector designed to create rules similar to ERE rules for connecting cloud providers for a zone.
Supports: GET and PUT methods.

Copy link
Contributor

github-actions bot commented Jun 24, 2024

changelog detected ✅


type CloudConnectorRule struct {
ID string `json:"id"`
Enabled bool `json:"enabled"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Enabled bool `json:"enabled"`
Enabled *bool `json:"enabled"`

https://github.com/cloudflare/cloudflare-go/blob/master/docs/conventions.md#booleans

@jacobbednarz
Copy link
Member

can you link to the external API schemas for this one? i'm not seeing it in api-schemas which suggests we don't have this documented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants