IpfsPinRemoteSubcommand class

Constructors

IpfsPinRemoteSubcommand()

Properties

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

Methods

add({required String path, String? service, String? name, bool? background}) Future<Map<String, dynamic>>
Pin object to remote pinning service. /api/v0/pin/remote/add
ls({String? service, String? name, List<String>? cid, List<String>? status}) Future<Map<String, dynamic>>
List objects pinned to remote pinning service. /api/v0/pin/remote/ls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rm({String? service, String? name, List<String>? cid, List<String>? status, bool? force}) Future<Map<String, dynamic>>
Remove pins from remote pinning service. /api/v0/pin/remote/rm
toString() String
A string representation of this object.
inherited

Operators

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