pdsx._internal.operations
atproto record operations.
Functions
list_records
client: authenticated atproto clientcollection: collection namelimit: maximum number of recordsrepo: optional repo DID (defaults to authenticated user)cursor: optional pagination cursor
- response with records and optional cursor for next page
get_record
client: authenticated atproto clienturi: record AT-URI (can be shorthand like ‘collection/rkey’ if authenticated or repo provided)repo: repository DID/handle (enables shorthand URIs with -r flag)
- record response
create_record
client: authenticated atproto clientcollection: collection namerecord: record data
- created record response
update_record
client: authenticated atproto clienturi: record AT-URI (can be shorthand like ‘collection/rkey’ if authenticated)updates: fields to update
- updated record response
delete_record
client: authenticated atproto clienturi: record AT-URI (can be shorthand like ‘collection/rkey’ if authenticated)
upload_blob
client: authenticated atproto clientfile_path: path to file to upload
- upload response with blob reference