IPFSPinsApi class

Constructors

IPFSPinsApi(Dio _dio, Serializers _serializers)
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

ipfsPinAddIPFSPathPost({required String iPFSPath, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<IpfsPinAddIPFSPathPost200Response>>
Pin an object Pinned objects are counted in your user storage quota.
ipfsPinListGet({int? count = 100, int? page = 1, String? order = 'asc', CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<IpfsPinListGet200ResponseInner>>>
List pinned objects List objects pinned to local storage
ipfsPinListIPFSPathGet({required String iPFSPath, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<IpfsPinListIPFSPathGet200Response>>
Get details about pinned object Get information about locally pinned IPFS object
ipfsPinRemoveIPFSPathPost({required String iPFSPath, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<IpfsPinRemoveIPFSPathPost200Response>>
ipfsPinRemoveIPFSPathPost Remove pinned objects from local storage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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