From 7b0c44b16c1897cee0f88263dc60018e2c60bddd Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 22 Nov 2019 08:11:58 +0100 Subject: [PATCH] Add helpers.request doc links --- docs/create-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-node.md b/docs/create-node.md index f4dad6883a..488e1560ea 100644 --- a/docs/create-node.md +++ b/docs/create-node.md @@ -123,7 +123,7 @@ Some third-party services have their own libraries on npm which make it a little const response = await this.helpers.request(options); ``` -That is simply using the npm package `request-promise-native` which is the basic npm `request` module but with promises. +That is simply using the npm package [`request-promise-native`](https://github.com/request/request-promise-native) which is the basic npm `request` module but with promises. For a full set of `options` consider looking at [the underlying `request` options documentation](https://github.com/request/request#requestoptions-callback). ### Reuse parameter names