6 releases (stable)

1.1.0 Mar 20, 2024
1.0.3 Dec 20, 2022
1.0.2 Jan 25, 2022
1.0.0 Mar 27, 2021
0.3.2 Apr 11, 2020

#147 in HTTP client

Download history 8/week @ 2024-09-22 22/week @ 2024-10-20 53/week @ 2024-10-27 61/week @ 2024-11-03 45/week @ 2024-11-10 101/week @ 2024-11-17 77/week @ 2024-11-24 49/week @ 2024-12-01 68/week @ 2024-12-08 66/week @ 2024-12-15 37/week @ 2024-12-22

236 downloads per month
Used in os-checker-plugin-github-…

CC0 license

17KB
290 lines

Async client for GitHub API v3 (application/vnd.github.v3+json)

Written for https://lib.rs. Supports only get() requests, because I didn't need more. PR's welcome.

  • Uses async/await and std::futures.

  • Supports streaming of GitHub's paged responses.

  • Automatically waits for responses that GitHub processes asynchronously in the background.

  • Automatically waits when hitting rate limit.

  • It's tiny, around 200 lines of code.

It relies on serde for parsing responses, so bring your own data model.

Dependencies

~7–18MB
~237K SLoC