apple-private-apis
apple-private-apis copied to clipboard
A set of Rust libraries to interact with apple's private APIs and servers.
Closes: #19 I've fixed the build errors, but the test errors aren't passing. Both fixes are provided by VS Code + rust-analyzer. I also added `workflow_dispatch:` to the workflow to...
Probably just a brief description of the endpoints and their usage in a wiki

Should create a temporary POC with initial implementation
**Changes in icloud_auth** - Updated dependencies - Completed implementation of `get_app_token` - Added `send_request` method to send and receive plist data in authenticated request with the proper headers - Allows...
japan
I've attempted to use this library to authenticate an Apple ID but encountered the build error icloud-auth module. So I’ve submitted this pull request with a fix for the issue....