Skip to content

indiana/boardgame-scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage examples:

Games list:

url http://localhost:8080/game

Game data:

curl http://localhost:8080/game/1

Add game:

curl http://localhost:8080/game --include --header "Content-Type: application/json" -d @newgame.json

Update game:

curl http://localhost:8080/game/1 --include --header "Content-Type: application/json" -d @newgame.json -X PUT

Delete game:

curl http://localhost:8080/game/1 -X DELETE

Show options:

curl http://localhost:8080/game -X OPTIONS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages