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 354af1b commit 87e3716Copy full SHA for 87e3716
docs/CATALOG.md
@@ -1,7 +1,5 @@
1
# PHP Consul API Catalog
2
3
-*This class is still under heavy development*
4
-
5
All interactions with the [`v1/catalog`](https://www.consul.io/docs/agent/http/catalog.html) endpoint are done
6
via the [CatalogClient](../src/Catalog/CatalogClient.php) class.
7
@@ -108,4 +106,4 @@ if (null !== $err)
108
106
die($err);
109
107
110
var_dump($err);
111
-```
+```
0 commit comments