diff options
author | drebs <drebs@riseup.net> | 2017-09-28 16:58:45 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-28 16:58:45 -0300 |
commit | 638824139e0f90ac917b5827e8f38d47d1a6cda8 (patch) | |
tree | be04269af9ae6a6fbb39b842fc474b71620fa303 /docs/api/blobs.rst | |
parent | 9694b5424507c03a2494713354e8a20a2f8a8d43 (diff) |
[doc] add api reference to the docs
Diffstat (limited to 'docs/api/blobs.rst')
-rw-r--r-- | docs/api/blobs.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/blobs.rst b/docs/api/blobs.rst new file mode 100644 index 00000000..fbf31e1c --- /dev/null +++ b/docs/api/blobs.rst @@ -0,0 +1,11 @@ +Client-side Blobs API +===================== + +The Soledad Client object has a ``blobmanager`` property which is responsible +for handling blobs. + +.. autoclass:: leap.soledad.client._db.blobs.BlobManager + :members: + :special-members: __init__ + :undoc-members: + :show-inheritance: |