Skip to content

Swif client for App Store Connect API with Swift Concurrency (async/await)

Notifications You must be signed in to change notification settings

hmhv/ASCAPIClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 25, 2025
ed3f310 · Jan 25, 2025

History

41 Commits
Jun 24, 2022
Jan 25, 2025
Jan 25, 2025
Jun 25, 2022
Jan 25, 2025
Jun 24, 2022
Jun 24, 2022
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025
Jan 25, 2025

Repository files navigation

한글  |  日本語

Swift client for App Store Connect API with Swift Concurrency (async/await)

generated by App Store Connect API OpenAPI specification and OpenAPI Generator, and some manual changes.

Installation

Swift Package Manager

● Xcode

  1. Open your Xcode project
  2. Select File -> Add Packages...
  3. Enter https://github.com/hmhv/ASCAPIClient.git in search field and select ASCAPIClient

SPM with Xcode

● Package.swift

adding ASCAPIClient as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/hmhv/ASCAPIClient.git", .upToNextMajor(from: "3.4.2"))
]

How to use

Check ASCAPIClient-Example-iOS.

How to generate

used command for code generation

brew install openapi-generator

./gen6.sh

used spec file and template files are here.

Generated README.md by openapi-generator

About

Swif client for App Store Connect API with Swift Concurrency (async/await)

Resources

Stars

Watchers

Forks

Packages

No packages published