mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
Add helpers.request doc links
This commit is contained in:
@@ -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);
|
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
|
### Reuse parameter names
|
||||||
|
|||||||
Reference in New Issue
Block a user