0.10.0 • Published 8 years ago

trepo v0.10.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

trepo-js

npm Build Status Dependencies

Docs

The swagger docs are hosted here

Install

Node

npm install trepo

Example

Webworker

Use trepo-webworker.

Node

import Trepo from 'trepo';

let trepo = new Trepo('localhost');

trepo.start()
  .then(ignored => trepo.request({
    method: 'GET',
    path: '/graph/info'
  }))
  .then(response => {
    console.log(response);
  })
  .catch(error => {
    console.error(error);
  });
0.10.0

8 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago