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
531
decreased by-26.66%
Maintainers
1
Install size
882 kB
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

$ 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 !

Examples

Actions
Boards
Cards
Checklists
Enterprises
Labels
Lists
Members
Notifications
Organizations
Webhooks
Please Feel free to create Issue for any help !

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

Keywords

FAQs

Last updated on 06 Jun 2018

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