summaryrefslogtreecommitdiff
path: root/docs/api/blobs/blobmanager.rst
blob: 04165a57b679546658d6251b8091502116d750e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _blobmanager-api:

Blobs creation, retrieval, deletion and flagging
================================================

The ``BlobManager`` class is responsible for blobs creation, retrieval,
deletion, flagging and synchronizing. For better code organization, the methods
related to synchronization are implemented separatelly in a superclass (see
:ref:`blobs-sync-api`).

.. autoclass:: leap.soledad.client._db.blobs.BlobManager
   :members:
   :special-members: __init__
   :undoc-members:
   :show-inheritance: