Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the Datadog API client
func New ¶
New creates a new Datadog API client Authentication priority:
- OAuth2 tokens (if available and valid)
- API keys (DD_API_KEY and DD_APP_KEY)
func (*Client) RawRequest ¶
RawRequest makes an HTTP request with proper authentication headers. This is used for APIs not covered by the typed datadog-api-client-go library.
Click to show internal directories.
Click to hide internal directories.