ianklatzco / atprototools

easy-to-use and ergonomic library for interacting with bluesky
MIT License
62 stars 11 forks source link

Where do I get the rkey value in "def delete_bloot(self, did,rkey)" function? #23

Closed davidcarryer closed 1 year ago

davidcarryer commented 1 year ago

I see in the JSON there is a CID and of course the DID, but the method "delete_bloot" is asking for an rkey. Not sure where to grab that from? Any advice would be most helpful. Thank you!

ianklatzco commented 1 year ago

it's just the slug!

image image

ianklatzco commented 1 year ago

documented 80e360c

davidcarryer commented 1 year ago

Brilliant. Thanks!