Skip to content

wantfree8937/free-loginapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. 회원가입 API '/sign-up'

  2. 로그인 API '/sign-in'

  3. 캐릭터 생성 API '/characters'

  4. 캐릭터 삭제 API '/characters/:name'

  5. 캐릭터 상세 조회 API '/characters/:name'

  6. 아이템 생성 API '/items'

  7. 아이템 수정 API '/items/:itemCode'

  8. 아이템 목록 조회 API '/items'

  9. 아이템 상세 조회 API '/items/:itemCode'

  10. 아이템 구매 API '/characters/:name/buyItem'

  11. 아이템 판매 API '/characters/:name/sellItem'

  12. 인벤토리 목록 조회 API '/characters/:name/inventory'

  13. 아이템 장착 API '/characters/:name/equip'

  14. 아이템 탈착 API '/characters/:name/unequip'

  15. 장착한 아이템 조회 API '/characters/:name/equip'

  16. 게임머니 파밍 API '/characters/:name/farming'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors