From 141fba8f7eb736039a870f184e95cec57bdedfcd Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 14 Oct 2022 14:06:45 -0400 Subject: [PATCH] test http: --- test.http | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 test.http diff --git a/test.http b/test.http new file mode 100644 index 0000000..02dbb8c --- /dev/null +++ b/test.http @@ -0,0 +1,41 @@ +GET http://localhost:8000/albums/4 +Content-Type: application/json + +<> 2022-10-14T140500.200.json +<> 2022-10-14T123741.200.json +<> 2022-10-14T123737.200.json + +### +GET http://localhost:8000/albums +Content-Type: application/json + +<> 2022-10-14T140523.200.json +<> 2022-10-14T123704.200.json +<> 2022-10-14T123659.200.json +<> 2022-10-14T123235.200.json + +### +POST http://localhost:8000/albums +Content-Type: application/json + +{"title": "Mark Tom and Travis Show", "artist": "Blink-182", "price": "18.99"} +<> 2022-10-14T123203.200.json +<> 2022-10-14T123049.400.json + +### +POST http://localhost:8000/albums +Content-Type: application/json + +{"title": "Blue Train", "artist": "John Coltrane", "price": 56.99} + +### +POST http://localhost:8000/albums +Content-Type: application/json + +{"title": "Jeru", "artist": "Gerry Mulligan", "price": 56.99} + +### +POST http://localhost:8000/albums +Content-Type: application/json + +{"title": "Sarah Vaughan and Clifford Brown", "artist": "Sarah Vaughan", "price": 39.99}