AppStoreConnectClient class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(Uri uri) Future<void>
get(GetRequest request) Future<ApiResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Uri uri, Map<String, dynamic> data) Future<ApiResponse>
patchModel<T extends Model>(Uri baseUri, String type, String id, {ModelAttributes? attributes, Map<String, ModelRelationship>? relationships}) Future<T>
post(Uri uri, Map<String, dynamic> body) Future<ApiResponse>
postModel<T extends Model>(Uri baseUri, String type, {ModelAttributes? attributes, Map<String, ModelRelationship>? relationships, List<ModelInclude>? includes}) Future<T>
putBinary(Uri uri, Object bytes, Map<String, String> header) Future<ApiResponse>
toString() String
A string representation of this object.
inherited

Operators

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