cargo-binstall/.github/workflows
Jiahao XU 599bcaf333
Impl GhApiClient and use it in cargo-binstall to speedup resolution process (#832)
Fixed #776

 - Add new feature gh-api-client to binstalk-downloader
 - Impl new type `binstalk_downloader::remote::{RequestBuilder, Response}`
 - Impl `binstalk_downloader::gh_api_client::GhApiClient`, exposed if `cfg(feature = "gh-api-client")` and add e2e and unit tests for it
 - Use `binstalk_downloader::gh_api_client::GhApiClient` to speedup `cargo-binstall`
 - Add new option `--github-token` to supply the token for GitHub restful API, or read from env variable `GITHUB_TOKEN` if not present.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-03-02 12:04:22 +11:00
..
ci.yml Impl GhApiClient and use it in cargo-binstall to speedup resolution process (#832) 2023-03-02 12:04:22 +11:00
release-build.yml Impl GhApiClient and use it in cargo-binstall to speedup resolution process (#832) 2023-03-02 12:04:22 +11:00
release-pr.yml Bump taiki-e/install-action from 1 to 2 (#630) 2022-12-27 11:43:56 +00:00
release.yml Fix typo (#691) 2023-01-11 01:21:16 +00:00