- Just download python and run in your IDE
-
/characters
List all characters: -
/characters/:id
List character by id: -
/characters/new
Create character(expect JSON):
/characters/edit
Edit data of one character(expect JSON):
/characters/rm/:id
Remove a character by id: