Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wickrio_web_interface

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wickrio_web_interface

WickrIO Node.JS API Web Interface

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
30
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

WickrIO API Web Interface

Get started with the WickrIO Web API Interface:

Configuration:

  • After installing the Web API Interface software module, you will need to configure several properties that are needed to access the URL endpoints. The WickrIO console will walk you through entering the following values:
  1. BOT_USERNAME = This is the username of the WickrIO client. If prompted enter that value.
  2. BOT_PORT = The network port the app is going to be listening on
  3. BOT_API_KEY = Custom API Key which will be used in every endpoint call, is the from table above.
  4. BOT_API_AUTH_TOKEN = Authentication string used to generate the Base64 value to be sent in a request Header (Recommended: 24-character alphanumeric string)
  5. HTTPS_CHOICE = Choose whether to use an HTTPS server instead of the default HTTP. It is highly recommended that HTTPS be used for security.
  6. SSL_KEY_LOCATION = Full path name of the .key file (only required if y was chosen for HTTPS_CHOICE)
  7. SSL_CERT_LOCATION = Full path name of the .cert file (only required if y was chosen for HTTPS_CHOICE)

For HTTPS and SSL support, you need an OpenSSL certificate file and a key file. Both can be created with the following command: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout my.key -out my.cert

Usage:

  • All of the endpoints and requirements are listed in WickrIO_Client_REST_API.doc

Keywords

FAQs

Package last updated on 31 Oct 2018

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc