()
| 40 | } |
| 41 | |
| 42 | func (c User) IsFEDEndpoint() bool { |
| 43 | return c.cert.Endpoint == FedEndpoint |
| 44 | } |
| 45 | |
| 46 | // Client uses the user credentials to create a Cloudflare API client |
| 47 | func (c *User) Client(apiURL string, userAgent string, log *zerolog.Logger) (cfapi.Client, error) { |
no outgoing calls
no test coverage detected