folder names

This commit is contained in:
Jen Looper
2020-11-09 22:51:04 -05:00
parent 33e5d5f777
commit 1d81829ac1
367 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# You need REST Client extension for VS Code to use this file
# Download at https://aka.ms/vscode/rest-client
GET http://localhost:5000/api/
###
POST http://localhost:5000/api/accounts/
Content-Type: application/x-www-form-urlencoded
user=sinedied&currency=$&balance=50
###
GET http://localhost:5000/api/accounts/sinedied
###
DELETE http://localhost:5000/api/accounts/sinedied
###
POST http://localhost:5000/api/accounts/sinedied/transactions
Content-Type: application/json
{
"date": "2020-07-24T11:09:17.781Z",
"object": "Bought book",
"amount": -20
}
###
DELETE http://localhost:5000/api/accounts/sinedied/transactions/8825ff3e8331277911174fd1b73ff889