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

@wireapp/api-client

Package Overview
Dependencies
Maintainers
7
Versions
1448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/api-client

Wire API Client to send and receive data.

0.0.39
Source
npm
Version published
Maintainers
7
Created
Source

Greenkeeper badge

:warning: THIS PROJECT IS NOT OFFICIALLY SUPPORTED! ALL CODE IN HERE IS IN DEVELOPMENT AND LIKELY TO CHANGE WITHOUT WARNING. USE AT YOUR OWN RISK. :warning:

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

Wire API Client

Wire for Web's API client.

Development

yarn install
yarn start

Installation

yarn add @wireapp/api-client

Usage

Browser

  • index.html

Node.js

Execution

Bash

#!/bin/bash

EMAIL="name@email.com"
HANDLE="username"
PASSWORD="password"

node docs/index.js --e="$EMAIL" --p="$PASSWORD"
# or
node docs/index.js --h="$HANDLE" --p="$PASSWORD"

Node

npm run dist
node docs/index.js --e="name@email.com" --p="password"

FAQs

Package last updated on 29 Jun 2017

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