/app-store-connecnt-api-swift-openapi

About Scheduled generated App Store Connect API Swift code from an OpenAPI specification.

Primary LanguageSwiftMIT LicenseMIT

App Store Connect API Swift Language Code

Swift Platforms Swift Package Manager

This Swift code generator is built upon the Swift OpenAPI Generator and leverages the OpenAPI description for App Store Connect API. The goal is to automate the creation of Swift language bindings, providing developers with a seamless way to interact with App Store Connect REST API.

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding it to the dependencies value of your Package.swift.

// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

dependencies: [
    .package(url: "https://github.com/Wei18/app-store-connect-api-swift-openapi.git", from: "1.0.0"),
]

Overview

OpenAPI serves as a standardized way to document HTTP services. It allows developers to automate workflows, such as generating code for making HTTP requests or implementing API servers.

The Swift OpenAPI Generator is a Swift package plugin designed to generate code at build-time, ensuring it remains synchronized with the OpenAPI document.

Use Github Action Schedule to download the OpenAPI specification file from App Store Connect API documentation then create generated module (Swift Package).

Related

Contributions

Contributions are welcome! If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request.