app-store-server-library-python
app-store-server-library-python copied to clipboard
Add an App Store Server API Client that supports async via httpx
Will resolve the asynchronous ask from #91
- Both an async and synchronous client should be supported
- Existing client signatures should be preserved if possible
- An update to the README describing async vs sync
We highly need this feature. Both history API v1/v2 are slow response time.
- /inApps/v1/history: 757.5ms
- /inApps/v2/history: 790.5ms
Our app store api server that only has this library is not perform and much low RPS now.
@tani-shi That sounds surprisingly slow, I'd recommend filing a ticket in Feedback Assistant if you are still experiencing that with specific calls
https://github.com/apple/app-store-server-library-python/pull/105
This is now released