Closed jmjava closed 2 years ago
Hi,
I'm not aware of any OpenAPI spec. I used Apple's documentation here: https://developer.apple.com/documentation/appstoreservernotifications/app_store_server_notifications_v2
The notification history and testing APIs are documented here: https://developer.apple.com/documentation/appstoreserverapi
Thanks so much...It's crazy that Apple makes you parse html pages. I coded by hand using your classes as a guide.
On Sun, Aug 28, 2022 at 3:02 PM August Heegaard @.***> wrote:
Hi,
I'm not aware of any OpenAPI spec. I used Apple's documentation here: https://developer.apple.com/documentation/appstoreservernotifications/app_store_server_notifications_v2
The notification history and testing APIs are documented here: https://developer.apple.com/documentation/appstoreserverapi
— Reply to this email directly, view it on GitHub https://github.com/agisboye/app-store-server-api/issues/19#issuecomment-1229531867, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEQPB4EOAVP2T2UZHZ37D3V3OZTZANCNFSM57ZTKFFA . You are receiving this because you authored the thread.Message ID: @.***>
Sorry I know this question is not directly related to your project. Just you are one of the few people I have found that have created any code for this API. I need to do something similar in Java but I am not finding any official specification for the App Store Notifications v2. Is there an openAPI spec for this library?