Added listAllPads api docu

This commit is contained in:
spcsser 2013-01-11 12:59:02 +01:00
parent e9726890a4
commit 062dbff738
1 changed files with 10 additions and 0 deletions

View File

@ -419,3 +419,13 @@ returns ok when api token is valid
*Example returns:*
* `{"code":0,"message":"ok","data":null}`
* `{"code":4,"message":"no or wrong API Key","data":null}`
### Pads
#### listAllPads()
* API >= 1.2.1
lists all pads on this epl instance
*Example returns:*
* `{code: 0, message:"ok", data: ["testPad", "thePadsOfTheOthers"]}`