| 1 | <?php namespace GameScan\WoW; |
||
| 6 | class ApiConfiguration implements ApiConfigurationInterface |
||
| 7 | { |
||
| 8 | private $apiKey = null; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Get parameters mandatory for request an api |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function getParameters() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Get headers mandatory for request an api |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | public function getHeaders() |
||
| 29 | |||
| 30 | private function getApiKey() |
||
| 37 | } |
||
| 38 |