app-store-server-library-python
app-store-server-library-python copied to clipboard
Because all model fields are labelled as optional, it's unclear when a field is expected to always be available but is mislabelled, versus when it is actually known to be...
Resolve #10 Hi, The test code gets messy to make the models (attr, pydantic) compatible. If it feels right, I want to merge them first, refactor them and apply more...
Feature request: I'd like the ability to create mock responses to API client calls which will be returned by the next call to a specific client method. - For reference,...
Hi, just bumped into this repo while I was browsing apple's changed receipt validation policy. Though it seems like this repo is its early stage, I think it would be...
Due to the use of synchronous requests in the library, functions such as `get_transaction_history` can take a long time to execute, posing significant challenges for developers looking to build async...
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 Node version of ReceiptUtility has a check for the original transaction identifier. This brings it up to parity https://github.com/apple/app-store-server-library-node/blob/main/receipt_utility.ts#L54
When init an API Client object the parameter typing indicates it shoud receive an `Environment` type value but if it receives something else (like string representation of it) it pass...