1 | <?php |
||
11 | class helloworld extends DefaultEndpoint |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @param APIRequest $request |
||
16 | * @return APIResponseData |
||
17 | * @throws EndpointExecutionException |
||
18 | * @throws UnsupportedMethodException |
||
19 | * @throws InvalidRequestException |
||
20 | */ |
||
21 | public function getAll(APIRequest $request): APIResponseData |
||
27 | } |
||
28 |