gcfabri / pipefy-node

An unofficial Pipefy API wrapper using node.js

Home Page:https://www.pipefy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipefy-node

license npm Travis Coveralls npm

An unofficial Pipefy API wrapper using node.js.

Official Reference

Pipefy Apiary

Installation

This library is distributed on npm. In order to add it as a dependency, run the following command:

Latest version:

    $ npm i -S pipefy-node@latest

or

    $ npm i -S pipefy-node

Usage

Get the personal access token from Pipefy on this link: https://app.pipefy.com/tokens

    var pipefy = require('pipefy-node')({
        accessToken: '<token>',
        logLevel: '<['info', 'warn', 'debug', 'trace']>'
    });

GraphQL

After authenticating to Pipefy, you can explore the API through the following web interface:

https://app.pipefy.com/graphiql

Tests

    $ npm test

About

An unofficial Pipefy API wrapper using node.js

https://www.pipefy.com/

License:MIT License


Languages

Language:JavaScript 100.0%