Skip to content

api dependency

Heera Kim edited this page Dec 5, 2019 · 3 revisions

- URI

Method URI Feat
GET api/dependency/search?name= ๋””ํŽœ๋˜์‹œ ๊ฒ€์ƒ‰

- ๋””ํŽœ๋˜์‹œ ๊ฒ€์ƒ‰

URI

GET /api/dependency/search?name=uuid

Request

{}

Response

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
{}

๊ธฐํš ๐Ÿ’ก
๊ทœ์น™ ๐Ÿ›
API ๋ฌธ์„œ ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป
Style Guides ๐Ÿ“‹
์Šคํ”„๋ฆฐํŠธ ๐Ÿ”–
๋ฐ์ผ๋ฆฌ ์Šคํฌ๋Ÿผ ๐Ÿ“
์˜ค๋Š˜์˜ ํšŒ๊ณ  โšพ๏ธ
ํšŒ์˜๋ก ๐Ÿ“„

ํšŒ์˜๋ก

๊ธฐ์ˆ ๊ณต์œ  ๐Ÿ”ฅ
Clone this wiki locally