1 | <?php |
||
13 | class GetClassifiersRequest extends AbstractRequest |
||
14 | { |
||
15 | const CLASSIFIERS_PATH = 'classifiers/'; |
||
16 | |||
17 | /** |
||
18 | * Send HTTP request to get list of classifiers |
||
19 | * |
||
20 | * @param array $data |
||
21 | * @return ClassifiersResponse |
||
22 | * @throws AuthException |
||
23 | */ |
||
24 | public function sendData($data) |
||
45 | } |
||
46 |