Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

godaddy/feedsme-api-client

Repository files navigation

feedsme-api-client

Version npm License npm Downloads Dependencies

⚠️ DEPRECATED: This package is no longer maintained and has been deprecated. Please use an alternative solution or contact the maintainers for more information.

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';

const Feedsme = require('feedsme-api-client');

const 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

About

an API client for the feedsme rebuild triggering service

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7