Skip to content

Commit 690cebd

Browse files
committed
Version 1.0.0
1 parent d7afbf0 commit 690cebd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+57434
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist/
2+
node_modules/
3+
.DS_Store

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea/*
2+
docs/*
3+
4+
tsconfig.json
5+
typedoc.json

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Apple IAP Tools
2+
3+
Typescript typings and `verifyReceipt` function for Apple in-app purchases and server notifications.
4+
5+
### Typings for Apple Server Notifications
6+
7+
* [ServerNotificationResponseBody](./src/ServerNotificationResponseBody.ts)
8+
9+
### Typings and method for Apple verifyReceipt validation requests
10+
11+
* [verifyReceipt](./src/verifyReceipt.ts) [async function]
12+
* [VerifyReceiptRequestBody](./src/VerifyReceiptRequestBody.ts)
13+
* [VerifyReceiptResponseBody](./src/VerifyReceiptResponseBody.ts)
14+
15+
Many more typings inside, just check [`src`](./src) directory.

0 commit comments

Comments
 (0)