회원가입 및 로그인 API

http://snorlax.com/signUp

회원가입 시 필요한 API

POST http://snorlax.com/signUp

Request Body

Name
Type
Description

user_id*

String

유저 아이디

user_password*

String

유저 비밀번호

user_nickname*

String

유저 닉네임

{
    // Response
}

로그인 관련 API

GET http://snorlax.com/login

Request Body

Name
Type
Description

String

로그아웃 관련 API

GET http://snorlax.com/logout

Last updated