Get Employees (/employees)
Get the list of employees
Returns a list of all employees in RxUniverse
Â
Example
http://localhost:4567/api/employees
returns
[
{
"code": "AK",
"name": "Alex Kava",
},
{
"code": "JP",
"name": "James Patterson",
},
]
Â
Returns a list of all employees in RxUniverse
Â
Example
http://localhost:4567/api/employees
returns
[
{
"code": "AK",
"name": "Alex Kava",
},
{
"code": "JP",
"name": "James Patterson",
},
]
Â