Skip to content

matek2305/djamoe-betting-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djamoe Betting Engine Build Status Codacy Badge Codacy Badge

Register user

POST to /register endpoint

{
  "username": "username",
  "password": "password",
}

Login

POST to /login endpoint

{
  "username": "username",
  "password": "password",
}

Make a bet

POST to /matches/{matchId}/bets endpoint

{
  "homeTeam": 3,
  "awayTeam": 1,
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages