API Specification
Contributors: Alicia Wang, Conner Swenberg
Expected Functionality
Get all users
<HTTP STATUS CODE 200>
{
"users": [
{
"id" 1,
"name": "Conner",
"username": "cswenberg",
},
{
"id": 2,
"name": "Alicia",
"username": "aawang",
},
...
]
}Create a user
Get a specific user
Delete a specific user
Send money from one user to another
Last updated
Was this helpful?