티스토리 뷰
공식사이트: http://apidocjs.com/
1. npm, node.js 설치
2. apidoc 설치 ($ npm install apidoc -g)
3. apidoc command 명령어를 사용할 디렉토리에 아래 소스로 apidoc.json 파일 생성
{
"name": "example",
"version": "0.1.0",
"description": "apiDoc basic example",
"title": "Custom apiDoc browser title",
"url" : "https://api.github.com/v1"
}
4. sample.js 소스 생성(파일명은 아무거나 사용해도 무방함)
/**
* @api {get} /user/:id Request User information
* @apiName GetUser
* @apiGroup User
*
* @apiParam {Number} id Users unique ID.
*
* @apiSuccess {String} firstname Firstname of the User.
* @apiSuccess {String} lastname Lastname of the User.
*
* @apiSuccessExample Success-Response:
* HTTP/1.1 200 OK
* {
* "firstname": "John",
* "lastname": "Doe"
* }
*
* @apiError UserNotFound The id of the User was not found.
*
* @apiErrorExample Error-Response:
* HTTP/1.1 404 Not Found
* {
* "error": "UserNotFound"
* }
*/
5-1. command에서 "apidoc"라는 명령어를 실행하면 자동으로 디렉토리 내 js 소스를 읽어와 컴파일하여 doc라는 폴더를 생성하여 그 안에 파일 생성
5-2. "apidoc -i src -o apidoc" 처럼 소스폴더(-i)와 타겟폴더(-o) 옵션을 지정하여 실행하는 것도 가능
6. 기타 설정 및 자세한 사용법은 맨 위 URL 참고
7. 컴파일 된 파일은 서버 등에 올린 후 인터넷 브라우저로 index.html에 접속해 확인 가능
참고url: https://wiki.arone.co.kr/pages/viewpage.action?pageId=3080227
'개발 > 기타' 카테고리의 다른 글
메모리 사용량 순 프로세스 조회 명령어 (0) | 2019.08.22 |
---|---|
[aws] EC2 인스턴스 설정 (0) | 2019.08.22 |
이클립스(Eclipse) 단축키 (0) | 2015.07.10 |
1대의 Tomcat에 여러 사이트 설정하는 방법 (0) | 2015.07.10 |
Tomcat heapspace , out of memory 등 메모리 부족 해결방법 (0) | 2015.07.10 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- pre-signed url
- s3 copy
- bucket copy
- S3Presigner
- PresignedGetObjectRequest
- 미리 서명된 url
- RequestParam null
- bucket sync
- 연어초밥
- 명동 맛집
- 신천 맛집
- s3 sync
- s3 보안
- json view
- 연어사시미
- 더스토리풀빌라
- aws java sdk
- api 문서 만들기
- signed url
- s3 복사
- GeneratePresignedUrlRequest
- GetObjectPresignRequest
- 연어회
- 더스토리펜션
- 강남 맛집
- s3 동기화
- rest api parameter null
- bucket 동기화
- vo fields ignore
- readonly
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함