SideStore / apple-private-apis

A set of Rust libraries to interact with apple's private APIs and servers.
GNU Lesser General Public License v2.1
82 stars 14 forks source link

Replace ureq with reqwest crate #1

Closed JJTech0130 closed 2 months ago

JJTech0130 commented 1 year ago

We should use reqwest exclusively for consistency and to allow extensions (such as automatically adding timestamp headers) to be reused.

JJTech0130 commented 2 months ago

This was done in https://github.com/SideStore/apple-private-apis/commit/5d6cdd42fb5ce4860a79c08ea9e02b53dc4bc7c5