0.1.12 • Published 10 years ago

yo-kf5 v0.1.12

Weekly downloads
1
License
MIT
Repository
-
Last release
10 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

10 years ago

0.1.11

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago