- You run the command:
testroute
- You answer some questions:
> What is the path of your route?: /api/user/4
> What HTTP method should listen to?: GET
> What should be the response HTTP status?: 200
> What should be the response? (Write a file path or leave empty for none): ./response.json
- The server is up and running!
> Please test your route at: http://localhost:9999/api/user/4
- Support template like route syntax (For example:
/api/user/[id]
)