Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 300 Bytes

File metadata and controls

18 lines (8 loc) · 300 Bytes

http://hatchery.vlabs

'POST /name': 'create a new name',

'GET /name/all': ' return all names',

'GET /name/x': 'return one random name (safely)',

'POST /name/x': 'make busy and return one random name',

'POST /name/busy': 'make busy',

'POST /name/loose': 'make free',

'GET /': 'this message'