We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d16541 commit 5986ec0Copy full SHA for 5986ec0
1 file changed
README.md
@@ -1,11 +1,18 @@
1
# DataPlaneApi Ruby
2
3
-This gem provides a simple interface for the Community Edition of the HAProxy DataPlane API.
+This gem provides a simple interface for the Community Edition of
4
+the HAProxy Data Plane API.
5
+
6
Currently, it only supports a handful of requests that we needed.
7
More may be added in the future.
8
9
We encourage you to make Pull Requests with more API endpoints.
10
11
+[HAProxy](https://www.haproxy.com/) is a load balancer.
12
+The [Data Plane API](https://www.haproxy.com/documentation/dataplaneapi/community/)
13
+can be used to manage your HAProxy config,
14
+backends and servers.
15
16
## Installation
17
18
Install the gem and add to the application's Gemfile by executing:
0 commit comments