You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**cURL export** — expand the cURL section on any request detail page to get a ready-to-copy command
75
76
- Light/dark theme
76
77
78
+
### Mock Mode
79
+
80
+
Define mock API responses without needing a real backend server. Mock mode includes a web UI for managing mocks and supports exact, prefix, and regex path matching.
Copy file name to clipboardExpand all lines: packages/client/README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,31 @@ Inspector features:
59
59
-**cURL export** — expand the cURL section on any request detail page to get a ready-to-copy command
60
60
- Light/dark theme
61
61
62
+
### Mock Mode
63
+
64
+
Define mock API responses without needing a real backend server. Mock mode includes a web UI for managing mocks and supports exact, prefix, and regex path matching.
0 commit comments