FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

hb-coding/BowlingService: RESTful api to store and calculate bowling scores using Spring and Hibernate · GitHub

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL