appstoreconnect-cli icon indicating copy to clipboard operation
appstoreconnect-cli copied to clipboard

WIP: Switching to using Bagbutik

Open orj opened this issue 3 years ago • 0 comments

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:

  • Introduce Bagbutik
  • TODO: Remove all references to AppStoreConnect_Swift_SDK

🧐🗒 Reviewer Notes

💁 Example

TODO...

🔨 How To Test

TODO...

orj avatar Jul 18 '22 09:07 orj