Skip to content

hb-coding/BowlingService

Repository files navigation

Bowling Service

Api Spec

  • GET
    • /bowler/:id Return bowler's info with specified ID
    • /bowlers Return list of bowlers
    • /bowler/:id/games Return list of games for specified bowler
    • /bowler/:id/game/:gameId Return game info with specified ID
    • /bowler/:id/avg Return specified bowlers average
    • /bowler/:id/max Return bowlers highest score
    • /bowler/:id/min Return bowlers lowest score

About

RESTful api to store and calculate bowling scores using Spring and Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages