Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.18 KB

한글  |  日本語

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