![Greenkeeper badge](https://badges.greenkeeper.io/wireapp/wire-web-api-client.svg)
: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
Node.js
Execution
Bash
#!/bin/bash
EMAIL="name@email.com"
HANDLE="username"
PASSWORD="password"
node src/js/index.js --e="$EMAIL" --p="$PASSWORD"
node src/js/index.js --h="$HANDLE" --p="$PASSWORD"
Node
npm run dist
node src/js/index.js --e="name@email.com" --p="password"