Socket
Socket
Sign inDemoInstall

trello-node-api

Package Overview
Dependencies
55
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    trello-node-api

Trello Node API wrapper


Version published
Weekly downloads
672
decreased by-7.18%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

trello-node-api (Trello REST API)

Build Status

This API supported Trello's standard REST-style API that accepts/returns JSON requests and Here is the [API reference] (https://developers.trello.com/v1.0/reference)

You can find examples here. This will help you for faster implmentation of Trello's.

Installation

$ npm install trello-node-api --save

Debugging

Run the DEBUG:

$ export DEBUG=TA:*

Configuration

Set your API Key and Secret/Oauth Token.

var trelloNode = require('trello-node-api')(apiKey, oauthToken);
It does supports Standard Endpoints of Action, Boards, Cards, Checklists, Enterprises, Labels, Lists, Members, Notifications, Organizations, Webhooks
It does supports EcmaScript 5, EcmaScript 6, TypeScript, async-await, Promises, Callback !
Please Feel free to create Issue for any help !

Originally by Bhushankumar Lilapara (bhushankumar.lilapara@gmail.com).

Keywords

FAQs

Last updated on 06 Dec 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc