| 1 | <?php namespace Arcanedev\Currencies\Http; |
||
| 11 | class Client implements ClientInterface |
||
| 12 | { |
||
| 13 | /* ------------------------------------------------------------------------------------------------ |
||
| 14 | | Main Functions |
||
| 15 | | ------------------------------------------------------------------------------------------------ |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Make a get request. |
||
| 19 | * |
||
| 20 | * @param string $url |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public function get($url) |
||
| 37 | } |
||
| 38 |