yo-kf5

0.1.12 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i yo-kf5

Weekly Downloads

2

Version

0.1.12

License

MIT

Last publish

Collaborators

  • yuansc