1 | <?php |
||
10 | class Api extends AbstractApi |
||
11 | { |
||
12 | /** |
||
13 | * @return \Psr\Http\Message\ResponseInterface |
||
14 | * @throws \Http\Client\Exception |
||
15 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
16 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
17 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
18 | */ |
||
19 | public function getMethod() |
||
31 | |||
32 | /** |
||
33 | * @return \Psr\Http\Message\ResponseInterface |
||
34 | * @throws \Http\Client\Exception |
||
35 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
36 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
37 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
38 | */ |
||
39 | public function postMethod() |
||
49 | |||
50 | /** |
||
51 | * @return \Psr\Http\Message\ResponseInterface |
||
52 | * @throws \Http\Client\Exception |
||
53 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
54 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
55 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
56 | */ |
||
57 | public function postRawMethod() |
||
67 | |||
68 | /** |
||
69 | * @return \Psr\Http\Message\ResponseInterface |
||
70 | * @throws \Http\Client\Exception |
||
71 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
72 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
73 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
74 | */ |
||
75 | public function putMethod() |
||
85 | |||
86 | /** |
||
87 | * @return \Psr\Http\Message\ResponseInterface |
||
88 | * @throws \Http\Client\Exception |
||
89 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
90 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
91 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
92 | */ |
||
93 | public function patchMethod() |
||
103 | |||
104 | /** |
||
105 | * @return \Psr\Http\Message\ResponseInterface |
||
106 | * @throws \Http\Client\Exception |
||
107 | * @throws \IBM\Watson\Common\Exception\Domain\InsufficientPrivilegesException |
||
108 | * @throws \IBM\Watson\Common\Exception\Domain\NotFoundException |
||
109 | * @throws \IBM\Watson\Common\Exception\Domain\UnknownErrorException |
||
110 | */ |
||
111 | public function deleteMethod() |
||
121 | } |
||
122 |