OpenAPI
다음 표는 각각의 콘텐츠별로 HTTP Method를 이용하여 리소스에 접근하기 위한 URI를 나타낸다. URI 는 /content-type/content-id 형태를 가진다. 콘텐츠 접근 권한이 public인 경우 인증 절차가 필요하지 않으며, share, private인 경우 인증을 하지 않는 경우 에러 내용을 응답으로 전달받는다.
|
Create |
Retrieve |
Update |
Delete |
Search |
User |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/user |
/user/:userid |
/user/:userid |
/user/:userid |
/user |
Group |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/group |
/group/:groupid |
/group/:groupid |
/group/:groupid |
/group |
DPOI |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/dpoi |
/dpoi/:contentid |
/dpoi/:contentid |
/dpoi/:contentid |
/dpoi |
Story |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/story |
/story/:contentid |
/story/:contentid |
/story/:contentid |
/story |
Course |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/course |
/course/:contentid |
/course/:contentid |
/course/:contentid |
/course |
Media |
HTTP Method |
POST |
GET |
PUT |
DELETE |
GET |
URI |
/media |
/media/:contentid |
/media/:contentid |
/media/:contentid |
/media |
|
|