1 | <?php |
||
18 | Class Project extends Package |
||
19 | { |
||
20 | /** |
||
21 | * Get Crowdin Project details. |
||
22 | * |
||
23 | * @since 1.0.5 |
||
24 | * @see https://crowdin.com/page/api/info |
||
25 | * |
||
26 | * @return \Psr\Http\Message\ResponseInterface |
||
27 | */ |
||
28 | public function getInfo() |
||
33 | |||
34 | /** |
||
35 | * Delete Crowdin project with all translations. |
||
36 | * |
||
37 | * @since 1.0.5 |
||
38 | * @see https://crowdin.com/page/api/delete-project |
||
39 | * |
||
40 | * @return \Psr\Http\Message\ResponseInterface |
||
41 | */ |
||
42 | public function delete() |
||
47 | } |
||
48 |