YUKI Hiroshi
null+****@clear*****
Wed May 28 13:50:05 JST 2014
YUKI Hiroshi 2014-05-28 13:50:05 +0900 (Wed, 28 May 2014) New Revision: 317cca3bdf9ba65bc1b8fe38ac3d73bdbeee9d72 https://github.com/droonga/droonga.org/commit/317cca3bdf9ba65bc1b8fe38ac3d73bdbeee9d72 Message: Update description about API types Modified files: _po/ja/reference/1.0.3/commands/column-create/index.po _po/ja/reference/1.0.3/commands/select/index.po _po/ja/reference/1.0.3/commands/table-create/index.po _po/ja/reference/1.0.3/commands/table-remove/index.po ja/reference/1.0.3/commands/column-create/index.md ja/reference/1.0.3/commands/select/index.md ja/reference/1.0.3/commands/table-create/index.md ja/reference/1.0.3/commands/table-remove/index.md reference/1.0.3/commands/column-create/index.md reference/1.0.3/commands/column-remove/index.md reference/1.0.3/commands/column-rename/index.md reference/1.0.3/commands/select/index.md reference/1.0.3/commands/table-create/index.md reference/1.0.3/commands/table-remove/index.md Modified: _po/ja/reference/1.0.3/commands/column-create/index.po (+52 -2) =================================================================== --- _po/ja/reference/1.0.3/commands/column-create/index.po 2014-05-28 13:39:37 +0900 (9ceaba9) +++ _po/ja/reference/1.0.3/commands/column-create/index.po 2014-05-28 13:50:05 +0900 (75f5d92) @@ -37,6 +37,56 @@ msgstr "" "このコマンドは[Groonga の `column_create` コマンド](http://groonga.org/ja/docs/reference/c" "ommands/column_create.html)と互換性があります。" +msgid "## API types {#api-types}" +msgstr "## APIの形式 {#api-types}" + +msgid "### HTTP {#api-types-http}" +msgstr "" + +msgid "" +"Request endpoint\n" +": `(Document Root)/d/column_create`" +msgstr "" +"リクエスト先\n" +": `(ドキュメントルート)/d/column_create`" + +msgid "" +"Request methd\n" +": `GET`" +msgstr "" +"リクエストメソッド\n" +": `GET`" + +msgid "" +"Request URL parameters\n" +": Same to the list of [parameters](#parameters)." +msgstr "" +"リクエストのURLパラメータ\n" +": [パラメータの一覧](#parameters)で定義されている物を指定します。" + +msgid "" +"Request body\n" +": Nothing." +msgstr "" +"リクエストのbody\n" +": なし。" + +msgid "" +"Response body\n" +": A [response message](#response)." +msgstr "" +"レスポンスのbody\n" +": [レスポンスメッセージ](#response)。" + +msgid "### REST {#api-types-rest}" +msgstr "" + +msgid "Not supported." +msgstr "対応していません。" + +msgid "### Fluentd {#api-types-fluentd}" +msgstr "" + msgid "" "Style\n" ": Request-Response. One response message is always returned per one request." @@ -53,10 +103,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: _po/ja/reference/1.0.3/commands/select/index.po (+48 -2) =================================================================== --- _po/ja/reference/1.0.3/commands/select/index.po 2014-05-28 13:39:37 +0900 (88a1ecc) +++ _po/ja/reference/1.0.3/commands/select/index.po 2014-05-28 13:50:05 +0900 (dfcd40d) @@ -39,6 +39,52 @@ msgstr "" "このコマンドは[Groonga の `select` コマンド](http://groonga.org/ja/docs/reference/commands" "/select.html)と互換性があります。" +msgid "## API types {#api-types}" +msgstr "## APIの形式 {#api-types}" + +msgid "### HTTP {#api-types-http}" +msgstr "" + +msgid "" +"Request endpoint\n" +": `(Document Root)/d/select`" +msgstr "" + +msgid "" +"Request methd\n" +": `GET`" +msgstr "" +"リクエストメソッド\n" +": `GET`" + +msgid "" +"Request URL parameters\n" +": Same to the list of [parameters](#parameters)." +msgstr "" + +msgid "" +"Request body\n" +": Nothing." +msgstr "" +"リクエストのbody\n" +": なし。" + +msgid "" +"Response body\n" +": A [response message](#response)." +msgstr "" +"レスポンスのbody\n" +": [レスポンスメッセージ](#response)。" + +msgid "### REST {#api-types-rest}" +msgstr "" + +msgid "Not supported." +msgstr "対応していません。" + +msgid "### Fluentd {#api-types-fluentd}" +msgstr "" + msgid "" "Style\n" ": Request-Response. One response message is always returned per one request." @@ -55,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: _po/ja/reference/1.0.3/commands/table-create/index.po (+48 -2) =================================================================== --- _po/ja/reference/1.0.3/commands/table-create/index.po 2014-05-28 13:39:37 +0900 (0da1e15) +++ _po/ja/reference/1.0.3/commands/table-create/index.po 2014-05-28 13:50:05 +0900 (c12cbee) @@ -37,6 +37,52 @@ msgstr "" "このコマンドは[Groonga の `table_create` コマンド](http://groonga.org/ja/docs/reference/co" "mmands/table_create.html)と互換性があります。" +msgid "## API types {#api-types}" +msgstr "## APIの形式 {#api-types}" + +msgid "### HTTP {#api-types-http}" +msgstr "" + +msgid "" +"Request endpoint\n" +": `(Document Root)/d/table_create`" +msgstr "" + +msgid "" +"Request methd\n" +": `GET`" +msgstr "" +"リクエストメソッド\n" +": `GET`" + +msgid "" +"Request URL parameters\n" +": Same to the list of [parameters](#parameters)." +msgstr "" + +msgid "" +"Request body\n" +": Nothing." +msgstr "" +"リクエストのbody\n" +": なし。" + +msgid "" +"Response body\n" +": A [response message](#response)." +msgstr "" +"レスポンスのbody\n" +": [レスポンスメッセージ](#response)。" + +msgid "### REST {#api-types-rest}" +msgstr "" + +msgid "Not supported." +msgstr "対応していません。" + +msgid "### Fluentd {#api-types-fluentd}" +msgstr "" + msgid "" "Style\n" ": Request-Response. One response message is always returned per one request." @@ -53,10 +99,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: _po/ja/reference/1.0.3/commands/table-remove/index.po (+48 -2) =================================================================== --- _po/ja/reference/1.0.3/commands/table-remove/index.po 2014-05-28 13:39:37 +0900 (6ca6f86) +++ _po/ja/reference/1.0.3/commands/table-remove/index.po 2014-05-28 13:50:05 +0900 (1e62550) @@ -33,6 +33,52 @@ msgstr "" "このコマンドは[Groonga の `table_remove` コマンド](http://groonga.org/ja/docs/reference/co" "mmands/table_remove.html)と互換性があります。" +msgid "## API types {#api-types}" +msgstr "## APIの形式 {#api-types}" + +msgid "### HTTP {#api-types-http}" +msgstr "" + +msgid "" +"Request endpoint\n" +": `(Document Root)/d/table_remove`" +msgstr "" + +msgid "" +"Request methd\n" +": `GET`" +msgstr "" +"リクエストメソッド\n" +": `GET`" + +msgid "" +"Request URL parameters\n" +": Same to the list of [parameters](#parameters)." +msgstr "" + +msgid "" +"Request body\n" +": Nothing." +msgstr "" +"リクエストのbody\n" +": なし。" + +msgid "" +"Response body\n" +": A [response message](#response)." +msgstr "" +"レスポンスのbody\n" +": [レスポンスメッセージ](#response)。" + +msgid "### REST {#api-types-rest}" +msgstr "" + +msgid "Not supported." +msgstr "対応していません。" + +msgid "### Fluentd {#api-types-fluentd}" +msgstr "" + msgid "" "Style\n" ": Request-Response. One response message is always returned per one request." @@ -49,10 +95,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/column-create/index.md (+26 -1) =================================================================== --- ja/reference/1.0.3/commands/column-create/index.md 2014-05-28 13:39:37 +0900 (41aa5bf) +++ ja/reference/1.0.3/commands/column-create/index.md 2014-05-28 13:50:05 +0900 (985fffd) @@ -21,6 +21,31 @@ layout: ja このコマンドは[Groonga の `column_create` コマンド](http://groonga.org/ja/docs/reference/commands/column_create.html)と互換性があります。 +## APIの形式 {#api-types} + +### HTTP {#api-types-http} + +リクエスト先 +: `(ドキュメントルート)/d/column_create` + +リクエストメソッド +: `GET` + +リクエストのURLパラメータ +: [パラメータの一覧](#parameters)で定義されている物を指定します。 + +リクエストのbody +: なし。 + +レスポンスのbody +: [レスポンスメッセージ](#response)。 + +### REST {#api-types-rest} + +対応していません。 + +### Fluentd {#api-types-fluentd} + 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 @@ -28,7 +53,7 @@ layout: ja : `column_create` リクエストの `body` -: パラメータのハッシュ。 +: [パラメータ](#parameters)のハッシュ。 レスポンスの `type` : `column_create.result` Modified: ja/reference/1.0.3/commands/select/index.md (+26 -1) =================================================================== --- ja/reference/1.0.3/commands/select/index.md 2014-05-28 13:39:37 +0900 (2736bd3) +++ ja/reference/1.0.3/commands/select/index.md 2014-05-28 13:50:05 +0900 (2942d4e) @@ -21,6 +21,31 @@ layout: ja このコマンドは[Groonga の `select` コマンド](http://groonga.org/ja/docs/reference/commands/select.html)と互換性があります。 +## APIの形式 {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/select` + +リクエストメソッド +: `GET` + +リクエストのURLパラメータ +: [パラメータの一覧](#parameters)で定義されている物を指定します。 + +リクエストのbody +: なし。 + +レスポンスのbody +: [レスポンスメッセージ](#response)。 + +### REST {#api-types-rest} + +対応していません。 + +### Fluentd {#api-types-fluentd} + 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 @@ -28,7 +53,7 @@ layout: ja : `select` リクエストの `body` -: パラメータのハッシュ。 +: [パラメータ](#parameters)のハッシュ。 レスポンスの `type` : `select.result` Modified: ja/reference/1.0.3/commands/table-create/index.md (+26 -1) =================================================================== --- ja/reference/1.0.3/commands/table-create/index.md 2014-05-28 13:39:37 +0900 (ec002ee) +++ ja/reference/1.0.3/commands/table-create/index.md 2014-05-28 13:50:05 +0900 (f23d678) @@ -21,6 +21,31 @@ layout: ja このコマンドは[Groonga の `table_create` コマンド](http://groonga.org/ja/docs/reference/commands/table_create.html)と互換性があります。 +## APIの形式 {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/table_create` + +リクエストメソッド +: `GET` + +リクエストのURLパラメータ +: [パラメータの一覧](#parameters)で定義されている物を指定します。 + +リクエストのbody +: なし。 + +レスポンスのbody +: [レスポンスメッセージ](#response)。 + +### REST {#api-types-rest} + +対応していません。 + +### Fluentd {#api-types-fluentd} + 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 @@ -28,7 +53,7 @@ layout: ja : `table_create` リクエストの `body` -: パラメータのハッシュ。 +: [パラメータ](#parameters)のハッシュ。 レスポンスの `type` : `table_create.result` Modified: ja/reference/1.0.3/commands/table-remove/index.md (+26 -1) =================================================================== --- ja/reference/1.0.3/commands/table-remove/index.md 2014-05-28 13:39:37 +0900 (82678d5) +++ ja/reference/1.0.3/commands/table-remove/index.md 2014-05-28 13:50:05 +0900 (eec15f0) @@ -21,6 +21,31 @@ layout: en このコマンドは[Groonga の `table_remove` コマンド](http://groonga.org/ja/docs/reference/commands/table_remove.html)と互換性があります。 +## APIの形式 {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/table_remove` + +リクエストメソッド +: `GET` + +リクエストのURLパラメータ +: [パラメータの一覧](#parameters)で定義されている物を指定します。 + +リクエストのbody +: なし。 + +レスポンスのbody +: [レスポンスメッセージ](#response)。 + +### REST {#api-types-rest} + +対応していません。 + +### Fluentd {#api-types-fluentd} + 形式 : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 @@ -28,7 +53,7 @@ layout: en : `table_remove` リクエストの `body` -: パラメータのハッシュ。 +: [パラメータ](#parameters)のハッシュ。 レスポンスの `type` : `table_remove.result` Modified: reference/1.0.3/commands/column-create/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/column-create/index.md 2014-05-28 13:39:37 +0900 (471424c) +++ reference/1.0.3/commands/column-create/index.md 2014-05-28 13:50:05 +0900 (56622bf) @@ -12,6 +12,31 @@ The `column_create` command creates a new column into the specified table. This is compatible to [the `column_create` command of the Groonga](http://groonga.org/docs/reference/commands/column_create.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/column_create` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `column_create` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `column_create.result` Modified: reference/1.0.3/commands/column-remove/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/column-remove/index.md 2014-05-28 13:39:37 +0900 (29af88d) +++ reference/1.0.3/commands/column-remove/index.md 2014-05-28 13:50:05 +0900 (27be0c1) @@ -12,6 +12,31 @@ The `column_remove` command removes an existing column in a table. This is compatible to [the `column_remove` command of the Groonga](http://groonga.org/docs/reference/commands/column_remove.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/column_remove` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `column_remove` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `column_remove.result` Modified: reference/1.0.3/commands/column-rename/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/column-rename/index.md 2014-05-28 13:39:37 +0900 (de5ec73) +++ reference/1.0.3/commands/column-rename/index.md 2014-05-28 13:50:05 +0900 (6350de3) @@ -12,6 +12,31 @@ The `column_rename` command renames an existing column in a table. This is compatible to [the `column_rename` command of the Groonga](http://groonga.org/docs/reference/commands/column_rename.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/column_rename` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `column_rename` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `column_rename.result` Modified: reference/1.0.3/commands/select/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/select/index.md 2014-05-28 13:39:37 +0900 (a0bb319) +++ reference/1.0.3/commands/select/index.md 2014-05-28 13:50:05 +0900 (a02f005) @@ -12,6 +12,31 @@ The `select` command finds records from the specified table based on given condi This is compatible to [the `select` command of the Groonga](http://groonga.org/docs/reference/commands/select.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/select` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `select` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `select.result` Modified: reference/1.0.3/commands/table-create/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/table-create/index.md 2014-05-28 13:39:37 +0900 (07a74cc) +++ reference/1.0.3/commands/table-create/index.md 2014-05-28 13:50:05 +0900 (2d96f48) @@ -12,6 +12,31 @@ The `table_create` command creates a new table. This is compatible to [the `table_create` command of the Groonga](http://groonga.org/docs/reference/commands/table_create.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/table_create` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `table_create` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `table_create.result` Modified: reference/1.0.3/commands/table-remove/index.md (+26 -1) =================================================================== --- reference/1.0.3/commands/table-remove/index.md 2014-05-28 13:39:37 +0900 (dc0d865) +++ reference/1.0.3/commands/table-remove/index.md 2014-05-28 13:50:05 +0900 (d953a59) @@ -12,6 +12,31 @@ The `table_remove` command removes an existing table. This is compatible to [the `table_remove` command of the Groonga](http://groonga.org/docs/reference/commands/table_remove.html). +## API types {#api-types} + +### HTTP {#api-types-http} + +Request endpoint +: `(Document Root)/d/table_remove` + +Request methd +: `GET` + +Request URL parameters +: Same to the list of [parameters](#parameters). + +Request body +: Nothing. + +Response body +: A [response message](#response). + +### REST {#api-types-rest} + +Not supported. + +### Fluentd {#api-types-fluentd} + Style : Request-Response. One response message is always returned per one request. @@ -19,7 +44,7 @@ Style : `table_remove` `body` of the request -: A hash of parameters. +: A hash of [parameters](#parameters). `type` of the response : `table_remove.result` -------------- next part -------------- HTML����������������������������... ダウンロード