Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2025 v0.1.0 May 23, 2025 Changes in this version + const HeaderAccept + const HeaderAuthorization + const HeaderContentType + const HeaderUserAgent + const MediaTypeJSON + type Client struct + func NewClient(config Config) Client + func (c Client) ListMonitors() ([]Monitor, error) + type Config struct + APIToken string + PageSize int + type Monitor struct + ID string + PronounceableName string + Status string + URL string + type MonitorListResponse struct + Data []struct{ ... } + Pagination ...