diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-09-08 01:41:49 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-09-14 11:04:01 +0200 |
commit | 18959723a24867c9574644d9b3c3c901392d3292 (patch) | |
tree | 9ec269d6d8fe853bd4989179e031f16839a0934e /docs/access_api.rst | |
parent | JsEngine rewritten + utils updated (diff) | |
download | pyload-18959723a24867c9574644d9b3c3c901392d3292.tar.xz |
Docs cleanup + remove script directory
Diffstat (limited to 'docs/access_api.rst')
-rw-r--r-- | docs/access_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/access_api.rst b/docs/access_api.rst index 58fe56ca4..1d013c2c0 100644 --- a/docs/access_api.rst +++ b/docs/access_api.rst @@ -15,7 +15,7 @@ retrieving download status, manage queue, manage accounts, modify config and so This document is not intended to explain every function in detail, for a complete listing see :class:`Api <pyload.api.Api>`. -Of course its possible to access the ``core.api`` attribute in plugins and hooks, but much more +Of course its possible to access the ``core.api`` attribute in plugins and addons, but much more interesting is the possibillity to call function from different programs written in many different languages. pyLoad uses thrift as backend and provides its :class:`Api <pyload.api.Api>` as service. |