New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wickrio_web_interface

Package Overview
Dependencies
Maintainers
2
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.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by125%
Maintainers
2
Weekly downloads
 
Created
Source

WickrIO API Web Interface

The official WickrIO Web API tool. Allows to send HTTP requests to communicate with the WickrIO API, and also makes it possible to create Wickr Integrations using any programming language.

To get started with the WickrIO Web API Interface:

Configuration:

Run configure.sh after installing the Web API Interface software module, it will propmpt you 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 here: https://wickrinc.github.io/wickrio-docs/#web-interface-rest-api

Keywords

FAQs

Package last updated on 03 Apr 2019

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