0.1.12 • Published 8 years ago

yo-kf5 v0.1.12

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

node-kf5-api


forked from holyrain/node-kf5-api

KF5 API client

Install

npm install yo-kf5

Example

var kf5 = require('yo-kf5');
var kf5client = kf5.client({
    username:  'username',
    token:     'token',
    host: 'https://subdomain.kf5.com/apiv2'
});

kf5client.requests.list(function (err, req, result) {
  if (err) {
    console.log(err);
    return;
  }
  console.log(result);
});

Take a look in the examples folder for more examples.

0.1.12

8 years ago

0.1.11

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago