com.atproto.repo
Records and blobs: create, read, update, delete, and list.
applyWrites
Apply a batch transaction of repository creates, updates, and deletes.
createRecord
Create a single new repository record.
defs
Shared type definitions.
deleteRecord
Delete a repository record, or ensure it doesnβt exist.
describeRepo
Get information about an account and repository, including the list of collections.
getRecord
Get a single record from a repository.
importRepo
Import a repo in the form of a CAR file.
listMissingBlobs
Returns a list of missing blobs for the requesting account.
listRecords
List a range of records in a repository, matching a specific collection.
putRecord
Write a repository record, creating or updating it as needed.
strongRef
Strong ref.
uploadBlob
Upload a new blob, to be referenced from a repository record.