cargo-binstall/crates/binstalk-downloader/src
Jiahao XU 6b5384608e
GhApiClient misc improvements (#1139)
- Increase `DEFAULT_RETRY_DURATION` to 5 minutes, since GitHub enforces
   rate limit on an hourly basis.
 - Refactor `check_for_status` & `fetch_release_artifacts_restful_api`
 - Optimize `percent_decode_http_url_path`: Avoid `percent_decode_str`
   if there is no `%` in the `input`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-07 01:02:29 +00:00
..
download Bump async_zip from 0.0.13 to 0.0.15 (#1022) 2023-05-01 21:23:43 +10:00
gh_api_client GhApiClient misc improvements (#1139) 2023-06-07 01:02:29 +00:00
remote feat: Add GraphQL support to GhApiClient (#1124) 2023-06-04 14:09:49 +00:00
download.rs Fix zip extraction and bins::infer_bin_dir_template (#869) 2023-03-06 17:54:31 +11:00
gh_api_client.rs GhApiClient misc improvements (#1139) 2023-06-07 01:02:29 +00:00
lib.rs Impl GhApiClient and use it in cargo-binstall to speedup resolution process (#832) 2023-03-02 12:04:22 +11:00
remote.rs feat: Add GraphQL support to GhApiClient (#1124) 2023-06-04 14:09:49 +00:00
utils.rs Impl GhApiClient and use it in cargo-binstall to speedup resolution process (#832) 2023-03-02 12:04:22 +11:00