Crate ghrs

Source
Expand description

ghrs is a simple client for GitHub v3 API. This has a simple interface and blocking I/O, it avoids complexity unlike Async I/O, so it’s so easy to use. ghrs is inspired by Octocrab.

Modules§

events
The Event API
issues
The Issue API
model
pulls
The Pull Request API

Structs§

Client
A client for GitHub v3 API.
Page
A page which enables to get prev/next pages.