Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 409 Bytes

SpringBoot-PlayerAPI

  • GET BASEURL/api/v1/player/ -> get all Player
  • DELETE BASEURL/api/v1/player?id=UUID -> Delete Player
  • PUT BASEURL/api/v1/player/ -> Update Player using RequestBody
  • POST BASEURL/api/v1/player/create -> Create a Player using RequestBody
  • POST BASEURL/api/v1/player/createAll -> Create Players using RequestBody