github_kit 1.0.0
github_kit: ^1.0.0 copied to clipboard
GitHubKit is a comprehensive Dart package for interacting with the GitHub API. It provides an easy-to-use interface for common GitHub operations and supports advanced features like GitHub Actions, cod [...]
Changelog #
All notable changes to the GitHubKit package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
1.0.0 - 2024-10-13 #
Added #
- Initial release of GitHubKit
- Support for major GitHub API endpoints:
- Repositories
- Issues
- Pull Requests
- Users
- Gists
- Teams
- Organizations
- Projects
- Actions
- Packages
- Webhooks
- Authentication support for Personal Access Tokens and OAuth
- Pagination support for list operations
- Rate limiting information in responses