apple / app-store-server-library-python

MIT License
146 stars 31 forks source link

[Feature] Need an example for refund lookup API #21

Closed CodeMasterYi closed 1 year ago

CodeMasterYi commented 1 year ago

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

alexanderjordanbaker commented 1 year ago

response = client.get_refund_history(transaction_id, None)

alexanderjordanbaker commented 1 year ago

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

CodeMasterYi commented 1 year ago

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.

CodeMasterYi commented 1 year ago

response = client.get_refund_history(transaction_id, None)

What I need now.

CodeMasterYi commented 1 year ago

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