Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#38] 번역 API 연결 후 기능 구현 #39

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

taeheeL
Copy link
Contributor

@taeheeL taeheeL commented Jan 10, 2023

요약

번역 API 연결 후 기능 구현

AS-IS

TO-BE

반영일정

이슈 해결 후 반영

@taeheeL taeheeL self-assigned this Jan 10, 2023
@taeheeL taeheeL added the TODO label Jan 10, 2023
@taeheeL taeheeL added this to the Phase 3 milestone Jan 10, 2023

interface MyDiaryApi {
@GET
fun getDiaries(@Body request: RequestWriteDiaryDto): MyDiartResponse

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fun getDiaries(@Body request: RequestWriteDiaryDto): MyDiartResponse
fun getDiaries(@Body request: RequestWriteDiaryDto): Call<MyDiartResponse>

@cchanmi
Copy link
Member

cchanmi commented Jan 24, 2023

충돌 해결 좀요.

@taeheeL
Copy link
Contributor Author

taeheeL commented Jan 24, 2023

충돌 해결 좀요.

IGO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants