ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
172 stars 17 forks source link

WIP: Switching to using Bagbutik #254

Open orj opened 2 years ago

orj commented 2 years ago

Prior to this PR the project used AppStoreConnect_Swift_SDK for all API interactions.

This PR refactors the project to use Bagbutik instead.

Bagbutik supports Linux and provides a better (async/await) based API and is generated from the AppStoreConnect Swagger spec.

📝 Summary of Changes

Changes proposed in this pull request:

🧐🗒 Reviewer Notes

💁 Example

TODO...

🔨 How To Test

TODO...