-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from BudgetBuddiesTeam/feature/116-ModifyComm…
…entsApi [Feat] 댓글 수정, 댓글 개수 api 연결
- Loading branch information
Showing
24 changed files
with
354 additions
and
35 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ndarController/Requests/InfoRequest.swift → ...oller/DTO/RequestDTO/InfoRequestDTO.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tController/Requests/CommentRequest.swift → ...ller/Requests/PostCommentRequestDTO.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// | ||
// CommentRequest.swift | ||
// CommentRequestDTO.swift | ||
// BudgetBuddies | ||
// | ||
// Created by 김승원 on 8/17/24. | ||
// | ||
|
||
import Foundation | ||
|
||
struct CommentRequest { | ||
struct PostCommentRequestDTO { | ||
let page: Int | ||
let size: Int | ||
} |
13 changes: 13 additions & 0 deletions
13
...ddies/BudgetBuddies/Sources/Network/CommentController/Requests/PutCommentRequestDTO.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// PutCommentRequestDTO.swift | ||
// BudgetBuddies | ||
// | ||
// Created by 김승원 on 8/20/24. | ||
// | ||
|
||
import Foundation | ||
|
||
struct PutCommentRequestDTO { | ||
let content: String | ||
let commentId: Int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.