We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bbf9a commit d4a164fCopy full SHA for d4a164f
README.md
@@ -33,7 +33,7 @@ $client = new \DCarbone\PHPConsulAPI\Client($config);
33
Once constructed, you interact with each Consul API via it's corresponding Client class:
34
35
```php
36
-$kv_list = $client->KV()->list();
+$kv_list = $client->KV()->keys();
37
var_dump($kv_list);
38
```
39
0 commit comments