@@ -88,6 +88,8 @@ |
||
88 | 88 | /** |
89 | 89 | * Call a particular api endpoint. |
90 | 90 | * |
91 | + * @param string $method |
|
92 | + * @param string $url |
|
91 | 93 | * @return \Psr\Http\Message\ResponseInterface|false |
92 | 94 | */ |
93 | 95 | public function call($method, $url) |