RepoService class final

Represents com.atproto.repo.* service.

Available Extensions

Constructors

RepoService(ServiceContext _ctx)

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

applyWrites({required List<BatchAction> actions, bool? validate, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/applyWrites
createRecord({required NSID collection, required Map<String, dynamic> record, String? rkey, bool? validate, String? swapRecordCid, String? swapCommitCid}) Future<XRPCResponse<StrongRef>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/createRecord
createRecords({required List<CreateAction> actions, bool? validate, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
deleteRecord({required AtUri uri, String? swapRecordCid, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/deleteRecord
deleteRecords({required List<AtUri> uris, bool? validate, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
describeRepo({required String repo}) Future<XRPCResponse<RepoInfo>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/describeRepo
findRecord({required AtUri uri, String? cid}) Future<XRPCResponse<Record>>
findRecords({required String repo, required NSID collection, int? limit, bool? reverse, String? rkeyStart, String? rkeyEnd, String? cursor}) Future<XRPCResponse<Records>>
findRepoInfo({required String repo}) Future<XRPCResponse<RepoInfo>>
getRecord({required AtUri uri, String? cid}) Future<XRPCResponse<Record>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/getRecord
importRepo(Uint8List car) Future<XRPCResponse<EmptyData>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/importRepo
listMissingBlobs({int? limit, String? cursor}) Future<XRPCResponse<MissingBlobs>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/listMissingBlobs
listRecords({required String repo, required NSID collection, int? limit, bool? reverse, String? rkeyStart, String? rkeyEnd, String? cursor}) Future<XRPCResponse<Records>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/listRecords
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putRecord({required AtUri uri, required Map<String, dynamic> record, bool? validate, String? swapRecordCid, String? swapCommitCid}) Future<XRPCResponse<StrongRef>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/putRecord
toString() String
A string representation of this object.
inherited
updateBulk({required List<BatchAction> actions, bool? validate, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
updateRecord({required AtUri uri, required Map<String, dynamic> record, bool? validate, String? swapRecordCid, String? swapCommitCid}) Future<XRPCResponse<StrongRef>>
updateRecords({required List<UpdateAction> actions, bool? validate, String? swapCommitCid}) Future<XRPCResponse<EmptyData>>
uploadBlob(Uint8List bytes) Future<XRPCResponse<BlobData>>
https://atprotodart.com/docs/lexicons/com/atproto/repo/uploadBlob

Operators

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