AppStoreConnectApi class Null safety

A wrapper for the App Store Connect API.

Inheritance

Constructors

AppStoreConnectApi({required Client client, required AppStoreCredentials credentials})
A wrapper for the App Store Connect API.
const

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

appStoreVersions(String appId) Future<AppStoreGenericResponse<AppStoreVersion, AppStoreBuild>>
Get a list of builds associated with a specific app.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
preReleaseVersions(String appId) Future<AppStoreGenericResponse<AppStorePreReleaseVersion, AppStoreBuild>>
Get a list of prerelease versions associated with a specific app.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

authority → const String
The host URL used for all API requests.
'api.appstoreconnect.apple.com'