applaud icon indicating copy to clipboard operation
applaud copied to clipboard

Python client library for App Store Connect API.

Results 4 applaud issues
Sort by recently updated
recently updated
newest added

I see `scope` in JWT, but in your code there is nothing about it. I've use swagger to generate the client code, but I cannot invoke `POST /v1/devices`, while I...

Cause pydantic panic ``` class BundleIdPlatform(StringEnum): IOS = 'IOS' MAC_OS = 'MAC_OS' UNIVERSAL = 'UNIVERSAL' ```

**First of all, thank you for this great library**. This has been working for over a year for my application. But after August 1st, it stopped working. After debugging, I...

Thank you for the great work! I've been using the applaud library in the last 2 years to download reports from App Store Connect. It really is a time-saver and...