Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type Repo struct + func NewRepo(client *client.ClientWithResponses) *Repo + func (p *Repo) GetProject(ctx context.Context, id string) (*client.Project, error) + func (p *Repo) ListProjects(ctx context.Context) ([]*client.Project, error)