Skip to content

Add Git Issues Events API endpoints - #212

Merged
pietbrauer merged 2 commits into
mainfrom
feature/issue-events-api
May 15, 2026
Merged

Add Git Issues Events API endpoints#212
pietbrauer merged 2 commits into
mainfrom
feature/issue-events-api

Conversation

@pietbrauer

Copy link
Copy Markdown
Member

Implements

  • GET /repos/:owner/:repo/issues/:number/events
  • GET /repos/:owner/:repo/issues/events
  • GET /repos/:owner/:repo/issues/events/:id

Implements GET /repos/:owner/:repo/issues/:number/events,
GET /repos/:owner/:repo/issues/events, and
GET /repos/:owner/:repo/issues/events/:id with both
callback and async/await variants.
Remove callback and paginated variants. New endpoints
going forward will only expose async/await methods.
@pietbrauer
pietbrauer merged commit 1a044f3 into main May 15, 2026
4 checks passed
@pietbrauer
pietbrauer deleted the feature/issue-events-api branch May 15, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant