Socket
Book a DemoInstallSign in
Socket

blueprint-to-postman

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueprint-to-postman

Converts blueprint markdown to postman

1.0.1
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

node-blueprint-to-postman

NPM Downloads

Converts Blueprint API documentation to a Postman 2.1 Collection.

Who uses it?

Crisp

👋 You use blueprint-to-postman and you want to be listed there? Contact me.

How to install?

Include blueprint-to-postman in your package.json dependencies.

Alternatively, you can run npm install blueprint-to-postman --save.

How to use?

Import the module in your code:

var MicroInvoice = require("blueprint-to-postman");

const BlueprintToPostman = require("blueprint-to-postman");

// Create a new instance
let blueprintToPostmanInstance = new BlueprintToPostman({
  URL_HOST: "https://example.com"
});

blueprintToPostmanInstance.convert(BLUEPRINT_EXAMPLE).then((output) => {
  console.log(output);
}).catch(e => {
  console.error(e);
})

FAQs

Package last updated on 10 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.