[lxc-devel] [linuxcontainers.org/master] Add the official API clients

hnakamur on Github lxc-bot at linuxcontainers.org
Mon May 9 15:05:39 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 368 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160509/e2231c26/attachment.bin>
-------------- next part --------------
From ef2617df125d7909f8abe42d2a511ac5b2037ea9 Mon Sep 17 00:00:00 2001
From: Hiroaki Nakamura <hnakamur at gmail.com>
Date: Sun, 8 May 2016 09:21:35 +0900
Subject: [PATCH] Add the official API clients

Signed-off-by: Hiroaki Nakamura <hnakamur at 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.
 


More information about the lxc-devel mailing list