ContributionApi class

Constructors

ContributionApi(ApiClient _apiClient)
const

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

cgetContributions({required String xKeyclicApp, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, String? feedback, List<String>? feedbacksLeftSquareBracketRightSquareBracket, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ContributionPagination>>
Retrieve all Contribution resources.
getContribution({required String xKeyclicApp, required String contribution, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Contribution>>
Retrieve one Contribution resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postContribution({required String xKeyclicApp, required ContributionData contributionData, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Contribution>>
Create one Contribution resource.
toString() String
A string representation of this object.
inherited

Operators

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