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
RESTfool is largely just a set of higher order functions that produce middleware for mocking responses with assertions and fixture data. These middleware also report request and response information to a RESTfool Dashboard instance for debugging and analysis of each made call.
2
4
3
5
## Getting Started
4
6
5
-
### CLI
6
-
7
-
Install via npm:
8
-
9
-
```
10
-
npm install -g restfool
11
-
```
12
-
13
-
Run the `setup` command in the folder you want to create a project in:
0 commit comments