The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/273

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Add a link to LXD's REST API home page pointing to the Haskell LXD client library [lxd-client](https://hackage.haskell.org/package/lxd-client).
From bfecd749762190c5167a7566b4831df284aff50f Mon Sep 17 00:00:00 2001
From: Henri Verroken <henriverro...@gmail.com>
Date: Mon, 9 Oct 2017 11:19:40 +0000
Subject: [PATCH] Add Haskell LXD client

Signed-off-by: Henri Verroken <henriverro...@gmail.com>
---
 content/lxd/rest-api.ja.md | 1 +
 content/lxd/rest-api.md    | 1 +
 content/lxd/rest-api.ru.md | 1 +
 3 files changed, 3 insertions(+)

diff --git a/content/lxd/rest-api.ja.md b/content/lxd/rest-api.ja.md
index 24fa667..20cf24f 100644
--- a/content/lxd/rest-api.ja.md
+++ b/content/lxd/rest-api.ja.md
@@ -47,3 +47,4 @@ are neither supported nor endorsed by the LXD project.
 * Ruby: [Hyperkit](http://jeffshantz.github.io/hyperkit)
 * Node.js: [node-lxd](http://github.com/alandoherty/node-lxd)
 * Java: [jlxd](http://github.com/digitalspider/jlxd)
+* Haskell: [lxd-client](https://hackage.haskell.org/package/lxd-client)
diff --git a/content/lxd/rest-api.md b/content/lxd/rest-api.md
index c159c10..64c5544 100644
--- a/content/lxd/rest-api.md
+++ b/content/lxd/rest-api.md
@@ -27,3 +27,4 @@ are neither supported nor endorsed by the LXD project.
 * Ruby: [Hyperkit](http://jeffshantz.github.io/hyperkit)
 * Node.js: [node-lxd](http://github.com/alandoherty/node-lxd)
 * Java: [jlxd](http://github.com/digitalspider/jlxd)
+* Haskell: [lxd-client](https://hackage.haskell.org/package/lxd-client)
diff --git a/content/lxd/rest-api.ru.md b/content/lxd/rest-api.ru.md
index 27b4b8f..f8f3832 100644
--- a/content/lxd/rest-api.ru.md
+++ b/content/lxd/rest-api.ru.md
@@ -26,3 +26,4 @@
 
 * Ruby: [Hyperkit](http://jeffshantz.github.io/hyperkit)
 * Node.js: [node-lxd](http://github.com/alandoherty/node-lxd)
+* Haskell: [lxd-client](https://hackage.haskell.org/package/lxd-client)
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to