blob: 80b81d67bf4a684ab84f5e8e5262d33e2f08dc6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Client-side 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:
|