issues
search
codesquad-member-2020
/
airbnb-03
숙소예약 서비스 - 3팀
5
stars
3
forks
source link
Network Request Query Parameter 추가할 수 있도록 구현
#78
Closed
corykim0829
closed
4 years ago
corykim0829
commented
4 years ago
쿼리 파라미터 추가 구현
Request 구조체에서 추가 할 수 있도록
Protocol로 Parameter 추가할 수 있도록 구현
urlComponent를 활용하면 더 쉽게 구현할 수 있을 듯
corykim0829
commented
4 years ago
Alamofire + Encodable을 이용하면 쉽게 구현 가능
corykim0829
commented
4 years ago
구현완료하여 클로즈합니다.