30 lines
437 B
HTTP
30 lines
437 B
HTTP
@url = http://localhost:5000
|
|
|
|
GET {{url}}/api/links
|
|
|
|
###
|
|
|
|
POST {{url}}/api/links
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"url": "http://google.com"
|
|
}
|
|
|
|
###
|
|
|
|
GET {{url}}/api/links/0860619e-6a13-45fe-86a8-6aa64e263f38/comments
|
|
|
|
###
|
|
|
|
POST {{url}}/api/comments
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"linkId": "4bc34a11-e705-4ed5-aaf9-a53fc08804e4",
|
|
"content": "a new comment!"
|
|
}
|
|
|
|
###
|
|
|
|
GET {{url}}/api/Comments/a8b67787-9e92-4011-b0ed-3688d06043da |