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

GitHub

View Github