feedsme-api-client

3.0.0 • Public • Published

feedsme-api-client

The feedsme-api-client is an API client for the feedsme build service.

Install

Install feedsme-api-client from the npm registry:

npm install --save feedsme-api-client

API

In all examples we assume that you've already initialized the client as followed:

'use strict';
 
var Feedsme = require('feedsme-api-client');
 
var feedsme = new Feedsme('url-to-the-service');

As you can see in the example above, the Feedsme constructor requires one argument:

  • The URL of the feedsme API where we should send the requests to.

build

Trigger a new build on feedsme service.

feedsme.change({ data: {
  name: 'name of the module'
}}, function () {
 
});

Tests

npm test

License

MIT

/feedsme-api-client/

    Package Sidebar

    Install

    npm i feedsme-api-client

    Weekly Downloads

    21

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    9.02 kB

    Total Files

    6

    Last publish

    Collaborators

    • mmason2
    • jpina1-godaddy
    • jgowdy
    • ibrandao
    • jpage
    • kinetifex
    • rxmarbles
    • kquerna
    • 3rdeden
    • jcrugzz
    • dcousineau
    • swaagie
    • indexzero
    • decompil3d
    • fritzmonkey
    • msluther