$ShareesapiClient class

Constructors

$ShareesapiClient.new($Client _rootClient)

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

findRecommended({required String itemType, ShareesapiFindRecommendedShareType? shareType, bool? oCSAPIRequest}) Future<DynamiteResponse<ShareesapiFindRecommendedResponseApplicationJson, void>>
Find recommended sharees.
findRecommendedRaw({required String itemType, ShareesapiFindRecommendedShareType? shareType, bool? oCSAPIRequest}) DynamiteRawResponse<ShareesapiFindRecommendedResponseApplicationJson, void>
Find recommended sharees.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Search for sharees.
searchRaw({String? search, String? itemType, int? page, int? perPage, ShareesapiSearchShareType? shareType, int? lookup, bool? oCSAPIRequest}) DynamiteRawResponse<ShareesapiSearchResponseApplicationJson, ShareesapiShareesapiSearchHeaders>
Search for sharees.
toString() String
A string representation of this object.
inherited

Operators

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