diff options
author | drebs <drebs@riseup.net> | 2017-11-02 12:30:56 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-11-03 09:09:22 -0200 |
commit | 64dd8d41f08eae8dd4f793348e498c8ef3dc75b0 (patch) | |
tree | 33f276d265a74a59f41a209f92091178c389cc6c /docs/api/blobs-client.rst | |
parent | 3b77a3396fc1a4ade4e8705275d58411f8f1d482 (diff) |
[doc] add blobs api doc
Diffstat (limited to 'docs/api/blobs-client.rst')
-rw-r--r-- | docs/api/blobs-client.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/api/blobs-client.rst b/docs/api/blobs-client.rst new file mode 100644 index 00000000..b5811cc6 --- /dev/null +++ b/docs/api/blobs-client.rst @@ -0,0 +1,13 @@ +Blobs Client-side Python API +============================ + +Each Soledad Client has a property called ``blobmanager`` which is an instance +of the ``BlobManager`` class and handles Blobs creation, retrieval, deletion +and synchronization. + +.. toctree:: + :maxdepth: 1 + + blobs/blobmanager + blobs/sync + blobs/errors |