@@ -328,6 +328,7 @@ |
||
| 328 | 328 | |
| 329 | 329 | /** |
| 330 | 330 | * HTTP POST |
| 331 | + * @param string $uri |
|
| 331 | 332 | */ |
| 332 | 333 | public function _post( $uri, $options = array() ) { |
| 333 | 334 | return $this->_http($uri, $options + array('method' => 'POST')); |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use InvalidArgumentException; |
| 6 | 6 | use rdx\fuelly\FuelUp; |
| 7 | -use rdx\fuelly\UnitConversion; |
|
| 8 | 7 | use rdx\fuelly\Vehicle; |
| 9 | 8 | use rdx\fuelly\WebAuth; |
| 10 | 9 | use rdx\http\HTTP; |