[Groonga-commit] droonga/droonga.org at 6e99e4c [gh-pages] Add descriptions for requests via HTTP

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed May 28 13:01:27 JST 2014


YUKI Hiroshi	2014-05-28 13:01:27 +0900 (Wed, 28 May 2014)

  New Revision: 6e99e4c47dbacfbd6056fe40695e28033aa4ed57
  https://github.com/droonga/droonga.org/commit/6e99e4c47dbacfbd6056fe40695e28033aa4ed57

  Message:
    Add descriptions for requests via HTTP

  Modified files:
    _po/ja/reference/1.0.3/commands/add/index.po
    ja/reference/1.0.3/commands/add/index.md
    reference/1.0.3/commands/add/index.md

  Modified: _po/ja/reference/1.0.3/commands/add/index.po (+52 -2)
===================================================================
--- _po/ja/reference/1.0.3/commands/add/index.po    2014-05-28 11:07:27 +0900 (8b9f52e)
+++ _po/ja/reference/1.0.3/commands/add/index.po    2014-05-28 13:01:27 +0900 (41adfcc)
@@ -35,6 +35,56 @@ msgstr ""
 "`add` は、テーブルにレコードを登録します。対象のテーブルが主キーを持っており、同じキーのレコードが既に存在している場合には、既存レコードのカラムの値を"
 "更新します。"
 
+msgid "## Protocols {#protocols}"
+msgstr "## プロトコル {#protocols}"
+
+msgid "### HTTP {#protocols-http}"
+msgstr ""
+
+msgid ""
+"Request endpoint\n"
+": `(Document Root)/droonga/add`"
+msgstr ""
+"リクエスト先\n"
+": `(ドキュメントルート)/droonga/add`"
+
+msgid ""
+"Request methd\n"
+": `POST`"
+msgstr ""
+"リクエストメソッド\n"
+": `POST`"
+
+msgid ""
+"Request URL parameters\n"
+": Nothing."
+msgstr ""
+"リクエストのURLパラメータ\n"
+": なし。"
+
+msgid ""
+"Request body\n"
+": A hash of [parameters](#parameters)."
+msgstr ""
+"リクエストのbody\n"
+": [パラメータ](#parameters)のハッシュ。"
+
+msgid ""
+"Response body\n"
+": A [response message](#response)."
+msgstr ""
+"レスポンスのbody\n"
+": [レスポンスメッセージ](#response)。"
+
+msgid "### REST {#protocols-rest}"
+msgstr ""
+
+msgid "Not supported."
+msgstr "対応していません。"
+
+msgid "### Fluentd {#protocols-fluentd}"
+msgstr ""
+
 msgid ""
 "Style\n"
 ": Request-Response. One response message is always returned per one request."
@@ -51,10 +101,10 @@ msgstr ""
 
 msgid ""
 "`body` of the request\n"
-": A hash of parameters."
+": A hash of [parameters](#parameters)."
 msgstr ""
 "リクエストの `body`\n"
-": パラメータのハッシュ。"
+": [パラメータ](#parameters)のハッシュ。"
 
 msgid ""
 "`type` of the response\n"

  Modified: ja/reference/1.0.3/commands/add/index.md (+26 -1)
===================================================================
--- ja/reference/1.0.3/commands/add/index.md    2014-05-28 11:07:27 +0900 (5d68a5e)
+++ ja/reference/1.0.3/commands/add/index.md    2014-05-28 13:01:27 +0900 (e2a87d1)
@@ -19,6 +19,31 @@ layout: ja
 
 `add` は、テーブルにレコードを登録します。対象のテーブルが主キーを持っており、同じキーのレコードが既に存在している場合には、既存レコードのカラムの値を更新します。
 
+## プロトコル {#protocols}
+
+### HTTP {#protocols-http}
+
+リクエスト先
+: `(ドキュメントルート)/droonga/add`
+
+リクエストメソッド
+: `POST`
+
+リクエストのURLパラメータ
+: なし。
+
+リクエストのbody
+: [パラメータ](#parameters)のハッシュ。
+
+レスポンスのbody
+: [レスポンスメッセージ](#response)。
+
+### REST {#protocols-rest}
+
+対応していません。
+
+### Fluentd {#protocols-fluentd}
+
 形式
 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。
 
@@ -26,7 +51,7 @@ layout: ja
 : `add`
 
 リクエストの `body`
-: パラメータのハッシュ。
+: [パラメータ](#parameters)のハッシュ。
 
 レスポンスの `type`
 : `add.result`

  Modified: reference/1.0.3/commands/add/index.md (+26 -1)
===================================================================
--- reference/1.0.3/commands/add/index.md    2014-05-28 11:07:27 +0900 (92b32a1)
+++ reference/1.0.3/commands/add/index.md    2014-05-28 13:01:27 +0900 (8635f28)
@@ -10,6 +10,31 @@ layout: en
 
 The `add` command adds a new record to the specified table. Column values of the existing record are updated by given values, if the table has a primary key and there is existing record with the specified key.
 
+## Protocols {#protocols}
+
+### HTTP {#protocols-http}
+
+Request endpoint
+: `(Document Root)/droonga/add`
+
+Request methd
+: `POST`
+
+Request URL parameters
+: Nothing.
+
+Request body
+: A hash of [parameters](#parameters).
+
+Response body
+: A [response message](#response).
+
+### REST {#protocols-rest}
+
+Not supported.
+
+### Fluentd {#protocols-fluentd}
+
 Style
 : Request-Response. One response message is always returned per one request.
 
@@ -17,7 +42,7 @@ Style
 : `add`
 
 `body` of the request
-: A hash of parameters.
+: A hash of [parameters](#parameters).
 
 `type` of the response
 : `add.result`
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index