1 | <?php |
||
21 | class Api extends BaseLinodeApi |
||
22 | { |
||
23 | /** API version */ |
||
24 | const VERSION = '3.3'; |
||
25 | |||
26 | /** |
||
27 | * Returns a data structure of the entire Linode API specification. This method does not require |
||
28 | * authorization.<br><br>For example: <a target="_blank" |
||
29 | * href="https://api.linode.com/?api_action=api.spec">https://api.linode.com/?api_action=api.spec</a>. |
||
30 | * |
||
31 | * @return array |
||
32 | */ |
||
33 | 1 | public function spec() |
|
37 | } |
||
38 |