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
@@ -313,6 +314,12 @@ Upon being invoked, `Frisbee` returns an object with the following chainable met
313
314
* The `request`/`requestError` functions will run in the same order `ONE->TWO->THREE`.
314
315
* The `response`/`responseError` functions will run in reversed order `THREE->TWO->ONE`.
315
316
317
+
### Debugging
318
+
319
+
If you want to debug request and responses, we recommend to use [xhook][].
320
+
321
+
We also **highly recommend** to [use CabinJS as your Node.js and JavaScript logging utility][cabin] (see [Automatic Request Logging](https://cabinjs.com/#/?id=automatic-request-logging) for complete examples).
322
+
316
323
### Common Issues
317
324
318
325
* If you're using`node-fetch`, you need`node-fetch@v1.5.3+` to use`form-data`with filesproperly (due to [bitinn/node-fetch#102](https://github.com/bitinn/node-fetch/issues/102))
@@ -522,3 +529,7 @@ Therefore we created `frisbee` to serve as our API glue, and hopefully it'll ser