waaseyaa/github

GitHub API client for issues, milestones, and pull requests

Maintainers

Package info

github.com/waaseyaa/github

pkg:composer/waaseyaa/github

Statistics

Installs: 2 706

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.179 2026-05-10 14:49 UTC

This package is auto-updated.

Last update: 2026-05-14 18:24:11 UTC


README

Layer 3 — Services

GitHub API client for issues, milestones, and pull requests.

GitHubClient wraps the REST v3 endpoints used by repo automation tooling: list issues, create/edit milestones, comment on PRs. Issue, Milestone, and PullRequest are typed value objects rather than raw arrays. Authentication is via personal access token or GitHub App installation token passed at construction.

Key classes: GitHubClient, Issue, Milestone, PullRequest, GitHubException.