octocrab

A modern, extensible GitHub API Client for Rust.

OTHER License

Downloads
1.2M
Stars
1.1K
Committers
109

Bot releases are hidden (Show)

octocrab - 0.4.0

Published by XAMPPRocky over 4 years ago

All Octocrab releases are supported by the community and through
GitHub Sponsors.

New APIs

  • actions Control and automate GitHub Actions.
  • current Metadata about the currently authenticated user.
  • gitignore Get and generate gitignore templates.
  • licenses Metadata about licenses.
  • markdown Render markdown with GitHub.
  • orgs Organisations
  • pulls Pull Requests
  • repos Repositories
  • search Search using GitHub's query syntax.

Added Methods

Changes

  • Page<T> now has new fields for being used with GitHub's search API such as
    incomplete_results and total_count.