apple / app-store-server-library-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Need an example for refund lookup API

CodeMasterYi opened this issue · comments

relative API GET https://api.storekit.itunes.apple.com/inApps/v2/refund/lookup/{transactionId}

response = client.get_refund_history(transaction_id, None)

Are you saying we need an example in the README for this endpoint? https://github.com/apple/app-store-server-library-python#receipt-usage contains an example for the Get Transaction History endpoint, which is very similar

Are you saying we need an example in the README for this endpoint? https://github.com/apple/app-store-server-library-python#receipt-usage contains an example for the Get Transaction History endpoint, which is very similar

Actually, A Python API reference is appreciated.

response = client.get_refund_history(transaction_id, None)

What I need now.

Guess that Building a Python API reference is in your road map. I will close this issue.