🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

insomnia-plugin-pinbank

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-pinbank

## Installation

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Insomnia Plugin PinBank

Installation

Access the Application / Preferences menu and then select the Plugins tab, enter the plugin name insomnia-plugin-pinbank and click Install Plugin.

How it's works!

You should create a environment variable called pinbank_credentials or pinbankCredentials with follow object:

{
  "clientCode": 0,
  "channelCode": 0,
  "keyValue": "string",
  "userName": "string",
  "requestOrigin": 0
}

To make the request for PinBank with JSON object, follow the sample:

To request like this:

{
  "Data": {
    "CodigoCanal": 0,
    "CodigoCliente": 0,
    "NossoNumero": "string"
  }
}

Create a JSON like this:

{
  "NossoNumero": "string"
}

Note: The CodigoCanal and CodigoCliente are put automatically in the request from your stored credentials (see installation step).

License

MIT Š Italo Izaac

FAQs

Package last updated on 23 Aug 2020

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