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
Copy file name to clipboardExpand all lines: codegens/nodejs-axios/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# codegen-nodejs-request
1
+
# codegen-nodejs-axios
2
2
3
3
> Converts Postman-SDK Request into code snippet for NodeJS-axios.
4
4
5
5
#### Prerequisites
6
6
To run the module, ensure that you have NodeJS >= v8. A copy of the NodeJS installable can be downloaded from https://nodejs.org/en/download/package-manager.
7
7
8
8
## Using the Module
9
-
The module will expose an object which will have property `convert` which is the function for converting the Postman-SDK request to nodejs-request code snippet and `getOptions` function which returns an array of supported options.
9
+
The module will expose an object which will have property `convert` which is the function for converting the Postman-SDK request to nodejs-axios code snippet and `getOptions` function which returns an array of supported options.
0 commit comments