mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 21:55:54 +00:00
Build 0.1.2
Add env and init command Update documentation
This commit is contained in:
@@ -37,4 +37,13 @@ class Client
|
||||
|
||||
return new Result($response);
|
||||
}
|
||||
|
||||
public function getStorageZones(): Result
|
||||
{
|
||||
return $this->request('GET', 'storagezone', [
|
||||
RequestOptions::HEADERS => [
|
||||
'AccessKey' => config('bunny.api.access_key'),
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user