hydrant

systems.gaze.hydrant.*

created last month :: modified last month :: 849 B .md

Tools

download raw

these are some non-standard XRPCs that might be useful.

systems.gaze.hydrant.countRecords#

return the total number of stored records in a collection.

paramrequireddescription
identifieryesDID or handle of the repository.
collectionyesNSID of the collection.

returns { count }.

systems.gaze.hydrant.describeRepo#

return account and identity information about this repo. this is equal to com.atproto.repo.describeRepo, except we don't return the full DID document. the handle is bi-directionally verified, if its invalid or the handle does not exist we return "handle.invalid".

paramrequireddescription
identifieryesDID or handle of the repository.

returns { did, handle, pds, collections }.