1
0
Fork 0
 
Go to file
Евгений Сугоняко f55ad1a569 fix: typo 2023-12-06 11:14:17 +00:00
utils feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
.gitignore feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
README.md fix: typo 2023-12-06 11:14:17 +00:00
app.js feat: init v.0.0.1 2023-12-06 13:47:03 +03:00
package.json feat: init v.0.0.1 2023-12-06 13:47:03 +03:00

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

  1. Run the command:
npm i

to set dependencies;

  1. Do an export of the collection from Postman;

  2. Specify values to variables in app.js;

  3. Execute the command:

npm run start

to run the application.

Additionally

  1. Application replaces the Postman environment variable {{api_url}} - to the value of the apiRoute variable;

  2. It's important to have subscopes in the scopes and no scope requests if there's a sabscope;

  3. If there is a public, user or admin scope, it supplements the request tokens with an authorization token (mandatory or optional).