A description of this package.
import OpenCombine
var bag = [AnyCancellable]()
ASCAPI.instance
.configure()
.fetch(route: .apps)
.value { print("\($0)") }
.store(in: &bag)
curl -v -H 'Authorization: Bearer <TOKEN>' "https://api.appstoreconnect.apple.com/v1/apps"