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

로그인 & 회원가입 XML 코드 부연 설명(+Retrofit 라이브러리, APIinterface 인터페이스) #3

Open
honghyoeun opened this issue Mar 30, 2023 · 0 comments

Comments

@honghyoeun
Copy link
Contributor

4주차 - 로그인 & 회원가입 XML 코드 부연 설명

⭐ 핵심 XML 코드 Retrofit 라이브러리, APIinterface 인터페이스

  1. 회원가입 & 로그인 기능 _ XML 코드 작성 후 Retrofit 라이브러리 추가 후,
    백앤드 API "http://222.105.43.106:3000" host으로 연결
    // Retrofit : 백엔드와 프론트앤드 코드를 쉽게 연결해주는 프로그램

image


  1. APIinterface 인터페이스를 만들고, 여기에 해당한 경로로 로그인과 회원가입 POST 요청하도록 설정

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant