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

[Feat] 고민 상세보기 뷰 서버 연결 #58

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

Conversation

oy6uns
Copy link
Contributor

@oy6uns oy6uns commented Jan 16, 2023

💪 작업한 내용

  • 고민 상세보기 뷰 서버 연결

💜 PR Point

  • 고민 상세보기 뷰 서버 연결

📸 스크린샷

🚨 관련 이슈

@oy6uns oy6uns added the 📡 Network 네트워크 통신 기능 개발 시 사용합니다. label Jan 16, 2023
@oy6uns oy6uns self-assigned this Jan 16, 2023
Copy link
Contributor

@loveitall loveitall left a comment

Choose a reason for hiding this comment

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

며칠동안 고생했는데, 드디어 성공이라니! 성호야 수고 많았어~~:)

Comment on lines +19 to +27
switch self {
case .alone(let param):
return APIConstant.worryAloneDetail + "/\(param)"
/// param은 int형으로 받아온다.

case .with(let param):
return APIConstant.worryWithDetail + "/\(param)"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

왜 param은 Int 형으로 받아와야 하는지 알 수 있을까요? 다른 타입으로는 받아올 수 없는지 이유 궁금합니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📡 Network 네트워크 통신 기능 개발 시 사용합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 고민 상세보기 뷰 서버 연결
2 participants