Евгений Сугоняко f55ad1a569 | ||
---|---|---|
utils | ||
.gitignore | ||
README.md | ||
app.js | ||
package.json |
README.md
Postman-to-PDF|HTML exporter (Node.js)
List of contents
Technologies used
Technology name | Link |
---|---|
Node.js | Website |
List of libraries used
Library name | Purpose | Link |
---|---|---|
html-pdf | for convert html to pdf | Website |
How to use
List of contents
Run application
- Run the command:
npm i
to set dependencies;
-
Do an export of the collection from Postman;
-
Specify values to variables in app.js;
-
Execute the command:
npm run start
to run the application.
Additionally
-
Application replaces the Postman environment variable {{api_url}} - to the value of the apiRoute variable;
-
It's important to have subscopes in the scopes and no scope requests if there's a sabscope;
-
If there is a public, user or admin scope, it supplements the request tokens with an authorization token (mandatory or optional).