-
Notifications
You must be signed in to change notification settings - Fork 3
api dependency
Heera Kim edited this page Dec 5, 2019
·
3 revisions
Method | URI | Feat |
---|---|---|
GET | api/dependency/search?name= | ๋ํ๋์ ๊ฒ์ |
GET /api/dependency/search?name=uuid
{}
20๊ฐ์ ๊ฒ์ ๊ฒฐ๊ณผ ๋ฐํ
200 : Ok
[
{
"name": "uuid",
"version": "3.3.3",
"npm": "https://www.npmjs.com/package/uuid",
"github": "https://github.com/kelektiv/node-uuid"
},
{
"name": "shortid",
"version": "2.2.15",
"npm": "https://www.npmjs.com/package/shortid",
"github": "https://github.com/dylang/shortid"
},
{
"name": "uri-js",
"version": "4.2.2",
"npm": "https://www.npmjs.com/package/uri-js",
"github": "https://github.com/garycourt/uri-js"
},
{
"name": "short-uuid",
"version": "3.1.1",
"npm": "https://www.npmjs.com/package/short-uuid",
"github": "https://github.com/oculus42/short-uuid"
},
]
404 : Not Found
{}
412 : Precondition Failed
{}
500 : Sever Error
{}
โ 2019. BoostCamp Membership Team 4 all rights reserved.