3.4.4 • Published 7 years ago

mattermost-driver-fork v3.4.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

Mattermost JavaScript API Library

npm npm

A library for interacting with the Mattermost API.

Available on NPM

To contribute, please see Contribution Guidelines

Usage

Installation

The library can be installed using npm:

npm install mattermost --save

Usage

Example import methods:

var Mattermost = require('mattermost');
var client = new Mattermost.Client()
import {Client} from 'mattermost';
const client = new Client();

API

API Documentation is coming soon. For now, take a look at the client.jsx file.

Development

Building

make build - Compiles client.jsx into a minified lib/client.js

make publish - Walks though the steps to publish the package (manually)

make clean - Cleans up compiled bits and npm dependencies.

Tests

The tests are in the main repository. This is because they require the server to run.

3.4.4

7 years ago

3.4.3

7 years ago

3.4.2

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago