blob: 434a7526e60de01245c672debee2a11a82023a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Document Attachments API
========================
Soledad Documents implement the ``IDocumentWithAttachment`` API that associates
:ref:`blobs` with documents.
.. autoclass:: leap.soledad.client._document.IDocumentWithAttachment
:members:
:undoc-members:
:special-members:
:show-inheritance:
|