Initial upload: API Mock CLI v0.1.0
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
This commit is contained in:
22
tests/fixtures/responses.json
vendored
Normal file
22
tests/fixtures/responses.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"success": {
|
||||
"status_code": 200,
|
||||
"body": {
|
||||
"message": "Success",
|
||||
"data": {}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"status_code": 400,
|
||||
"body": {
|
||||
"error": "Bad Request",
|
||||
"details": {}
|
||||
}
|
||||
},
|
||||
"not_found": {
|
||||
"status_code": 404,
|
||||
"body": {
|
||||
"error": "Not Found"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user