{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin News API", "version": "1.0" }, "items": [ { "info": { "name": "News", "type": "folder" }, "items": [ { "info": { "name": "뉴스 리스트 조회", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/news", "params": [ { "name": "category", "value": "", "type": "query", "description": "카테고리" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색 키워드" }, { "name": "sortType", "value": "", "type": "query", "description": "정렬 타입" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "뉴스 리스트 조회" }, { "info": { "name": "뉴스 카테고리 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/news/category", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "뉴스 카테고리 리스트" }, { "info": { "name": "뉴스 디테일", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/news/:no", "params": [ { "name": "no", "value": "", "type": "path", "description": "no" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "뉴스 디테일" } ] } ], "bundled": true }