Legacy API
Legacy API 개요
Glowb 레거시 API 개요
Legacy API 개요
Deprecated: 이 섹션의 API들은 레거시 API입니다. 새로운 개발에는 사용을 권장하지 않습니다.
레거시 API들은 이전 버전과의 호환성을 위해 유지되고 있습니다. 가능하면 새로운 API를 사용해주세요.
API 구성
| API | 설명 | 상태 |
|---|---|---|
| Admin Legacy API | 레거시 관리자 API | Deprecated |
| Community API | 커뮤니티 게시판 API | Deprecated |
| Direct Message API | DM 처리 API | Deprecated |
| FCM API | Firebase 알림 API | Deprecated |
| Like API | 좋아요 API | Deprecated |
| Log API | 앱 로그 수집 API | Deprecated |
| MCN API | MCN 계정 API | Deprecated |
| Nice API | Nice 본인인증 API | Deprecated |
응답 형식
레거시 API는 두 가지 응답 형식을 사용합니다.
ApiResponse (Modern)
{
"status": 200,
"code": null,
"message": "성공",
"data": {...}
}ApiResponseWrapper (Legacy)
{
"result": {...},
"resultCode": 200,
"resultMsg": "성공"
}마이그레이션 안내
레거시 API 사용 시 다음 대체 API를 고려해주세요:
| 레거시 API | 대체 API |
|---|---|
| Community API | - |
| FCM API | Notification API |
| Like API | - |
| MCN API | Influence API |