36 lines
526 B
HTTP
36 lines
526 B
HTTP
@url = https://localhost:7252
|
|
|
|
GET {{url}}/api/links
|
|
|
|
###
|
|
|
|
POST {{url}}/api/links
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"url": "https://localhost:7252/api/links",
|
|
"description": "kfjkljfe"
|
|
}
|
|
|
|
###
|
|
|
|
GET {{url}}/api/links/7f92770b-e3ef-4443-ab5d-8aca6449530f
|
|
|
|
###
|
|
|
|
POST {{url}}/api/links/03a79c72-99e2-482e-8c58-1a099004448f/comments
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"content": "Contenu du commentaire"
|
|
}
|
|
|
|
###
|
|
|
|
POST {{url}}/api/accounts
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"username": "test",
|
|
"password": "G6:c`bzr2h#Pq;4"
|
|
} |