| 1 | <?php |
||
| 18 | class Youtube extends Api |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param ClientInterface $httpClient |
||
| 22 | */ |
||
| 23 | public function __construct(ClientInterface $httpClient=null) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param string $name |
||
| 34 | * @return Api\AbstractApi |
||
| 35 | * @throws \InvalidArgumentException |
||
| 36 | */ |
||
| 37 | public function api($name) |
||
| 48 | } |
||
| 49 |