Skip to content

[Story] Chat API 서비스 레이어 구축 #35

Description

@DDINGJOO

Story: Chat API 서비스 레이어 구축

Parent Epic

#34

목표

Chat API 연동을 위한 기반 설정 및 서비스 레이어 구현

Tasks

API Endpoints

  • POST /chat/rooms (채팅방 생성)
  • GET /chat/rooms (채팅방 목록)
  • GET /chat/rooms/{roomId} (채팅방 상세)
  • POST /chat/rooms/{roomId}/join (입장)
  • POST /chat/rooms/{roomId}/leave (퇴장)
  • POST /chat/rooms/{roomId}/messages (메시지 전송)
  • GET /chat/rooms/{roomId}/messages (메시지 조회)
  • POST /chat/voice/synthesize (TTS)

완료 조건

  • chatApi axios 인스턴스 생성
  • 모든 API 서비스 함수 구현
  • 타입 정의 완료

Metadata

Metadata

Assignees

No one assigned

    Labels

    domain:chat채팅 도메인enhancementNew feature or requeststory스토리 이슈

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions