OSDN Git Service

[Develop and manual Test] API endpoint (get) /api/v1/workspace/:fileId? v0.3.0p0025
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 19:29:46 +0000 (04:29 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 19:29:46 +0000 (04:29 +0900)
commit87de47cf1ef759d97164624b75238684596a26ff
tree76b812d87ec556be60bc2d2745eb7c12d120a2ce
parentf97111c5311ad4bc8f1202b8d35ed1d6d5f54274
[Develop and manual Test] API endpoint (get) /api/v1/workspace/:fileId?
workspaceの情報一覧を返す。

{
    status: 'success' of 'error',
    info: {object} successのとき、workspaceの情報
    message: {string} errorのときは、その詳細
}
 On branch master
 Changes to be committed:
modified:   server/api/v1/fileUpload/index.js
modified:   server/api/v1/workspace/index.js
modified:   server/app.js
modified:   server/class/DB.js
server/api/v1/fileUpload/index.js
server/api/v1/workspace/index.js
server/app.js
server/class/DB.js