diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-05 12:34:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-05 12:34:17 +0200 |
commit | 57b1f1557fab97555dada2a3f99145a50405f955 (patch) | |
tree | 84ee63f7b854e92964700f9ea329b5407ca19657 /module/Api.py | |
parent | hoster plugin fixes; new plugins: mediafire, sendspace (diff) | |
download | pyload-57b1f1557fab97555dada2a3f99145a50405f955.tar.xz |
closed #161
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/Api.py b/module/Api.py index 3480f05b8..502792cf6 100644 --- a/module/Api.py +++ b/module/Api.py @@ -75,6 +75,10 @@ class Api(Iface): see Thrift specification file remote/thriftbackend/pyload.thrift\ for information about data structures and what methods are usuable with rpc. + + Most methods requires specific permissions, please look at the source code if you need to know.\ + These can be configured via webinterface. + Admin user have all permissions, and are the only ones who can access the methods with no specific permission. """ EXTERNAL = Iface # let the json api know which methods are external |