Versions in this module Expand all Collapse all v14 v14.49.0 Apr 8, 2026 v14.48.0 Apr 7, 2026 Changes in this version + func ParseJSON(resp *http.Response, dst any) error + type Client struct + func New(cfg *Config) (*Client, error) + func (c *Client) Get(ctx context.Context, path string) (*http.Response, error) + func (c *Client) Post(ctx context.Context, path string, body any) (*http.Response, error) + type Config struct + CaFile string + CaPath string + GitlabURL string + Password string + ReadTimeoutSeconds uint64 + RelativeURLRoot string + Secret string + User string