You can see below the API reference of this module.
BrokerBin API wrapper for Node.js
- Object
auth
: An object containing the following data:username
(String): The BrokerBin username (or ENV variable:BROKERBIN_USERNAME
)password
(String): The BrokerBin password (or ENV variable:BROKERBIN_PASSWORD
)soap_key
(String): The BrokerBin soap key (or ENV variable:BROKERBIN_SOAP_KEY
)soap_uri
(String): The BrokerBin soap uri (or ENV variable:BROKERBIN_SOAP_URI
)public_key
(String): The BrokerBin public key (or ENV variable:BROKERBIN_PUBLIC_KEY
)
- Number Return description.
Setup the API authentication.
- Promise Resolves with the UID.
Runs a search request in BrokerBin.
- Promise Resolves with the results.