Skip to content

Tuluobo/app-store-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCApi

Introduction

An App-Store-Connect-Api implement based on Vapor that is A server-side Swift web framework.

Usage

In configure.swift, Initialize using the code below:

if let kid = Environment.get("kid"),
        let iss = Environment.get("iss"),
        let keyPath = Environment.get("keyPath") {
        try ASCApiManager.default.startService(iss: iss, kid: kid, keyPath: keyPath)
}

Used In the Controller functions:

let api = UserApi()
let userResponse: Future<ListResponse<User>> = api.getUserList(on: req)

LIENCE

The Project is under the MIT license.

About

A SDK based on Vapor for App Store Connect API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages