diff options
author | 2012-05-06 13:04:15 +0200 | |
---|---|---|
committer | 2012-05-06 13:04:15 +0200 | |
commit | e8eaa91da9e1236d8009df0d79bebe023de8933f (patch) | |
tree | f94c45d413a8919fe7a277e07706e9638c482327 /docs/api/overview.rst | |
parent | a huge pile of spelling fixes (diff) | |
download | pyload-e8eaa91da9e1236d8009df0d79bebe023de8933f.tar.xz |
little documentation update
Diffstat (limited to 'docs/api/overview.rst')
-rw-r--r-- | docs/api/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/overview.rst b/docs/api/overview.rst index 37aa8a526..605cf4c97 100644 --- a/docs/api/overview.rst +++ b/docs/api/overview.rst @@ -13,7 +13,7 @@ From Wikipedia, the free encyclopedia [1]_: .. rubric:: Motivation The idea of the centralized pyLoad :class:`Api <module.Api.Api>` is to give uniform access to all integral parts -and plugins in pyLoad, and furthermore to other clients, written in arbitrary programming languages. +and plugins in pyLoad to other clients written in arbitrary programming languages. Most of the :class:`Api <module.Api.Api>` functionality is exposed via RPC [2]_ and accessible via thrift [3]_ or simple JSON objects [4]_. In conclusion the :class:`Api <module.Api.Api>` is accessible via many programming language, over network from remote machines and over browser with javascript. |