Slide 73
Slide 73 text
{
"name": “Get User By Name",
"request": {
"headers": {
"Content-Type": "application/json"
},
"http_method": "get",
"path": “/user/:username",
},
"response": {
"status": 201,
"properties": {
"email": {
"type": "string"
}
}}}
materialize
o contrato