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

서버에 요청하기 #31

Open
2 tasks done
yellow-jam opened this issue Jun 29, 2022 · 3 comments
Open
2 tasks done

서버에 요청하기 #31

yellow-jam opened this issue Jun 29, 2022 · 3 comments
Labels
백엔드 관련 서버와 통신, DB 요청

Comments

@yellow-jam
Copy link
Member

yellow-jam commented Jun 29, 2022

  • NetworkService 인터페이스, MyApplication 설정, request/response를 위한 데이터 클래스 생성
  • 제대로 만들었는지 확실하지 않음(body의 형태라든가...)
  • 회원가입 요청 테스트
  • 진행 중
@yellow-jam
Copy link
Member Author

yellow-jam commented Jun 29, 2022

서버를 로컬에서 테스트할 경우 MyApplication에서 설정하는 baseURL을 http://아이피주소:포트번호 로 해야 함

참고: https://velog.io/@jminkyoung/모바일에서-localhost-API-사용하다가-삽질한-건에-대해

ip주소는 cmd에 ipconfig 쳐서 IPv4 주소 따오고
우리 서버가 사용하는 포트번호는 5000입니다

@otcroz
Copy link
Contributor

otcroz commented Jun 29, 2022

image

안드로이드에서 확인하는 방법
Log 창에 response에 있는 메서드 errBody() 호출하여 오류 내용 확인 response.errorBody()?.string()!!

@otcroz
Copy link
Contributor

otcroz commented Jun 29, 2022

현재 진행 상황

  • 회원가입 구현 및 테스트
  • 로그인 구현 및 테스트
  • 로그아웃 구현 및 테스트

otcroz added a commit that referenced this issue Jun 29, 2022
* #31 회원가입 요청 코드 작성(초안)

* #31 회원가입, 로그인, 로그아웃, 자동 로그인 코드 작성

Co-authored-by: unknown <[email protected]>
@yellow-jam yellow-jam added the 백엔드 관련 서버와 통신, DB 요청 label Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
백엔드 관련 서버와 통신, DB 요청
Projects
None yet
Development

No branches or pull requests

2 participants