Add helpers.request doc links

This commit is contained in:
Sebastian 2019-11-22 08:11:58 +01:00 committed by GitHub
parent 2c45460d90
commit 7b0c44b16c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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