Skip to content

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

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){

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions