test http
This commit is contained in:
parent
5661f0a922
commit
b6047e82f5
43
test.http
Normal file
43
test.http
Normal file
@ -0,0 +1,43 @@
|
||||
GET http://localhost:8123/albums/4
|
||||
Content-Type: application/json
|
||||
|
||||
<> 2022-10-14T140510.200.json
|
||||
<> 2022-10-14T123741.200.json
|
||||
<> 2022-10-14T123737.200.json
|
||||
|
||||
###
|
||||
|
||||
|
||||
GET http://localhost:8123/albums
|
||||
Content-Type: application/json
|
||||
|
||||
<> 2022-10-14T140525.200.json
|
||||
<> 2022-10-14T123704.200.json
|
||||
<> 2022-10-14T123659.200.json
|
||||
<> 2022-10-14T123235.200.json
|
||||
|
||||
###
|
||||
POST http://localhost:8123/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:8123/albums
|
||||
Content-Type: application/json
|
||||
|
||||
{"title": "Blue Train", "artist": "John Coltrane", "price": 56.99}
|
||||
|
||||
###
|
||||
POST http://localhost:8123/albums
|
||||
Content-Type: application/json
|
||||
|
||||
{"title": "Jeru", "artist": "Gerry Mulligan", "price": 56.99}
|
||||
|
||||
###
|
||||
POST http://localhost:8123/albums
|
||||
Content-Type: application/json
|
||||
|
||||
{"title": "Sarah Vaughan and Clifford Brown", "artist": "Sarah Vaughan", "price": 39.99}
|
Loading…
Reference in New Issue
Block a user