AppStoreConnect

0.0.3

🍎 Interact with AppStoreConnect
onmyway133/AppStoreConnect

What's New

Client

2022-02-14T20:52:16Z
  • Client and Credential

App Store Connect

Interact with App Store Connect APIs

let client = Client(
    credential: Credential(
        issuerId: "",
        privateKeyId: "",
        privateKey: ""
    )
)

let response: AppPriceResponse = try await client.apiClient.send(Paths.AppPrices.get)

Credit

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Fri Mar 15 2024 15:06:41 GMT-0900 (Hawaii-Aleutian Daylight Time)