You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Add models for Advanced Commerce API
* feat: Add advanced commerce errors
* feat: API client for Advanced Commerce API
* chore: Tests for Advanced Commerce API
* chore: Code cleanup
* fix: Tests
* chore: Minor improvements and updates
Copy file name to clipboardExpand all lines: README.md
+79-11Lines changed: 79 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Apple App Store Server Rust Library
2
-
The Rust server library for the [App Store Server API](https://developer.apple.com/documentation/appstoreserverapi) and [App Store Server Notifications](https://developer.apple.com/documentation/appstoreservernotifications)
2
+
The Rust server library for the [App Store Server API](https://developer.apple.com/documentation/appstoreserverapi), [App Store Server Notifications](https://developer.apple.com/documentation/appstoreservernotifications) and [Advanced Commerce API](https://developer.apple.com/documentation/AdvancedCommerceAPI).
3
3
4
4
## Requirements
5
5
@@ -11,12 +11,12 @@ Specify `app-store-server-library` in your project's `Cargo.toml` file, under th
11
11
12
12
```toml
13
13
[dependencies]
14
-
app-store-server-library = { version = "3.2.0", features = ["receipt-utility", "api-client", "ocsp"] }
14
+
app-store-server-library = { version = "4.0.0", features = ["receipt-utility", "api-client", "ocsp"] }
15
15
```
16
16
17
17
### Feature Flags
18
18
19
-
-`api-client` - Enables the App Store Server API client functionality
19
+
-`api-client` - Enables the App Store Server/Advanced Commerce API client functionality
20
20
-`receipt-utility` - Enables receipt processing and transaction ID extraction
21
21
-`ocsp` - Enables OCSP (Online Certificate Status Protocol) verification
22
22
@@ -34,6 +34,7 @@ Download and store the root certificates found in the Apple Root Certificates se
0 commit comments