0.10.0 • Published 9 years ago

trepo v0.10.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 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

9 years ago

0.9.0

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago