app-store-server-library-python icon indicating copy to clipboard operation
app-store-server-library-python copied to clipboard

Add an App Store Server API Client that supports async via httpx

Open alexanderjordanbaker opened this issue 1 year ago • 2 comments

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

alexanderjordanbaker avatar Jun 21 '24 21:06 alexanderjordanbaker

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 avatar Jun 25 '24 00:06 tani-shi

@tani-shi That sounds surprisingly slow, I'd recommend filing a ticket in Feedback Assistant if you are still experiencing that with specific calls

alexanderjordanbaker avatar Aug 20 '24 01:08 alexanderjordanbaker

https://github.com/apple/app-store-server-library-python/pull/105

alexanderjordanbaker avatar Aug 22 '24 06:08 alexanderjordanbaker

This is now released

alexanderjordanbaker avatar Sep 18 '24 00:09 alexanderjordanbaker