Skip to content

[feature] 회원가입 없이 앱 접근을 위한 Mock API #454

@essaysir

Description

@essaysir

작업내용

  • 임장 메인화면에서 최근 임장 조회 MOCK API
	public ApiResponse<LimjangsMainGetVersion2Response> getRecentUpdateListVersion2(
  • 임장 상세 MOCK API
	public ApiResponse<UserNoteGetResponse> findNote(@AuthenticationPrincipal Member member,
  • 마이노트 MOCK API
	public ApiResponse<UserNotesGetResponse> findUsersNotes(
  • 리포트 조회 MOCK API
	public ApiResponse<ReportWithLimjangResponseDTO> getReport(
  • 녹음 및 메모 MOCK API
    public ApiResponse <RecordResponseDTO.RecordMemoDto> getThreeRecord(@AuthenticationPrincipal Member member, @PathVariable(name="limjangId") Long limjangId){

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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