website: update REST API doc style Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a8e61bb4 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a8e61bb4 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a8e61bb4
Branch: refs/heads/1.x-HBase1.1.3 Commit: a8e61bb46109ff8f2460fd9d7478136244cd0f19 Parents: 6320432 Author: shaofengshi <shaofeng...@apache.org> Authored: Wed Jan 6 14:14:35 2016 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Wed Jan 6 14:14:35 2016 +0800 ---------------------------------------------------------------------- website/_docs/howto/howto_use_restapi.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/a8e61bb4/website/_docs/howto/howto_use_restapi.md ---------------------------------------------------------------------- diff --git a/website/_docs/howto/howto_use_restapi.md b/website/_docs/howto/howto_use_restapi.md index fe8b419..5666f5b 100644 --- a/website/_docs/howto/howto_use_restapi.md +++ b/website/_docs/howto/howto_use_restapi.md @@ -144,8 +144,7 @@ Authorization:Basic {data} "signed":true, "autoIncrement":false, "definitelyWritable":false - }, - ... + } ], "results":[ [ @@ -171,8 +170,7 @@ Authorization:Basic {data} "85.78317064220418", "85.78317064220418", "1" - ], - ... + ] ], "cube":"test_kylin_cube_with_slr_desc", "affectedRowCount":0, @@ -192,7 +190,7 @@ Authorization:Basic {data} * project - `required` `string` The project to load tables #### Response Sample -``` +```sh [ { "columns":[ @@ -257,8 +255,7 @@ Authorization:Basic {data} "remarks":null, "type_CAT":null, "type_NAME":null - }, - ... + } ] ``` @@ -274,7 +271,7 @@ Authorization:Basic {data} * limit - `required` `int ` Cubes per page. #### Response Sample -``` +```sh [ { "uuid":"1eaca32a-a33e-4b69-83dd-0bb8b1f8c53b", @@ -309,8 +306,7 @@ Authorization:Basic {data} * cubeName - `required` `string` Cube name. #### Response Sample - -``` +```sh [ { "uuid": "a24ca905-1fc6-4f67-985c-38fa5aeafd92", @@ -570,8 +566,7 @@ Authorization:Basic {data} * modelName - `required` `string` Data model name, by default it should be the same as cube name. #### Response Sample - -``` +```sh { "uuid": "ff527b94-f860-44c3-8452-93b17774c647", "name": "test_kylin_with_slr_model_desc", @@ -670,7 +665,6 @@ Authorization:Basic {data} "info":null, "run_async":true }, - ... { "interruptCmd":null, "name":"Load HFile to HBase Table", @@ -719,7 +713,7 @@ Authorization:Basic {data} * cubeName - `required` `string` Cube name. #### Response Sample -``` +```sh { "uuid":"1eaca32a-a33e-4b69-83dd-0bb8b1f8c53b", "last_modified":1407909046305, @@ -814,7 +808,6 @@ Authorization:Basic {data} "info":null, "run_async":true }, - ... { "interruptCmd":null, "name":"Load HFile to HBase Table",