The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/186
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) === Signed-off-by: Hiroaki Nakamura <hnaka...@gmail.com>
From ef2617df125d7909f8abe42d2a511ac5b2037ea9 Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura <hnaka...@gmail.com> Date: Sun, 8 May 2016 09:21:35 +0900 Subject: [PATCH] Add the official API clients Signed-off-by: Hiroaki Nakamura <hnaka...@gmail.com> --- content/lxd/rest-api.ja.md | 8 ++++++++ content/lxd/rest-api.md | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/content/lxd/rest-api.ja.md b/content/lxd/rest-api.ja.md index e777336..31500be 100644 --- a/content/lxd/rest-api.ja.md +++ b/content/lxd/rest-api.ja.md @@ -31,6 +31,14 @@ This means that newer clients can detect whether a given target server supports ## API クライアント <!-- API clients --> <!-- +The following API clients are developed by the LXD project. +--> +以下の API クライアントは LXD プロジェクトが開発しています。 + +* Go [lxd.Client](https://github.com/lxc/lxd/blob/master/client.go) +* Python [pylxd](https://github.com/lxc/pylxd) + +<!-- The following API clients have been submitted by third-party contributors. They are neither supported nor endorsed by the LXD project. --> diff --git a/content/lxd/rest-api.md b/content/lxd/rest-api.md index eb0e907..eff8376 100644 --- a/content/lxd/rest-api.md +++ b/content/lxd/rest-api.md @@ -16,6 +16,11 @@ This means that newer clients can detect whether a given target server supports ## API clients +The following API clients are developed by the LXD project. + +* Go [lxd.Client](https://github.com/lxc/lxd/blob/master/client.go) +* Python [pylxd](https://github.com/lxc/pylxd) + The following API clients have been submitted by third-party contributors. They are neither supported nor endorsed by the LXD project.
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel