com.atproto.sync.get_blob#
- pydantic model atproto.xrpc_client.models.com.atproto.sync.get_blob.Params#
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.getBlob
.Show JSON schema
{ "title": "Params", "description": "Parameters model for :obj:`com.atproto.sync.getBlob`.", "type": "object", "properties": { "cid": { "title": "Cid", "type": "string" }, "did": { "title": "Did", "type": "string" } }, "additionalProperties": false, "required": [ "cid", "did" ] }
- field cid: str [Required]#
The CID of the blob to fetch.
- field did: str [Required]#
The DID of the repo.
- class atproto.xrpc_client.models.com.atproto.sync.get_blob.ParamsDict#
Bases:
TypedDict
- cid: str#
The CID of the blob to fetch.
- did: str#
The DID of the repo.
- atproto.xrpc_client.models.com.atproto.sync.get_blob.Response#
Response raw data type.