Skip to content

hejiaji/choice-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choice-maker

A choice maker service to random return the result of items.

Health route

https://choice-maker-jh.herokuapp.com/health

Example usage

Address: https://choice-maker-jh.herokuapp.com/result
HTTP POST
Body
{
    "items": ["111","222", "333"]
}

Example result

{
    "items": [
        "111",
        "222",
        "333"
    ],
    "result": "222"
}