Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCAPI

A description of this package.

ASCAPI

Example Swift

import OpenCombine

var bag = [AnyCancellable]()

ASCAPI.instance
    .configure()
    .fetch(route: .apps)
    .value { print("\($0)") }
    .store(in: &bag)

Example CURL

curl -v -H 'Authorization: Bearer <TOKEN>' "https://api.appstoreconnect.apple.com/v1/apps"

About

(WIP) App Store Connect API in Swift

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages