This commit is contained in:
Swen 2013-01-14 08:13:47 -08:00
commit 259d41eece
5 changed files with 121 additions and 3 deletions

View file

@ -419,3 +419,13 @@ returns ok when the current 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"]}`