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)
- Code generated by https://github.com/kean/CreateAPI