We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e738b4 commit cc69597Copy full SHA for cc69597
README.md
@@ -25,7 +25,7 @@ Note that you must attack cookie `userId=${value}` for api to know which user ne
25
26
1. Create a new mock response
27
Send a request to stub endpoint
28
-```json
+```js
29
POST baseUrl/create
30
Cookie: userId=john
31
{
@@ -44,20 +44,20 @@ Cookie: userId=john
44
```
45
46
2. Clear mock response
47
48
POST baseUrl/clear
49
50
51
52
3. Retrieve mock data
53
Send request to `baseUrl/api/` + `path` which you create before
54
*Request*:
55
-```JSON
56
GET baseUrl/api/sample
57
58
59
Response:
60
61
62
"id": 1,
63
"name": "John Doe"
0 commit comments