Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clubhouse-lib

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clubhouse-lib

## Install

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
582
decreased by-45.35%
Maintainers
1
Weekly downloads
 
Created
Source

Clubhouse node.js bindings

Install

npm install clubhouse

Usage

var Clubhouse = require('clubhouse');
var clubhouse = new Clubhouse('clubhouse-token');

Full API

Clubhouse

A base class to manage your interactions with the Clubhouse API

constructor

Parameters

  • token string Your Clubhouse token
  • options.version string= The version of the Clubhouse API to use (optional, default v1)
createEpic

Parameters

Returns Promise

createFile

Parameters

Returns Promise

createLinkedFile

Parameters

Returns Promise

createProject

Parameters

Returns Promise

createStory

Parameters

Returns Promise

Parameters

Returns Promise

createTask

Parameters

Returns Promise

deleteEpic

Parameters

Returns Promise

deleteFile

Parameters

Returns Promise

deleteLinkedFile

Parameters

Returns Promise

deleteProject

Parameters

Returns Promise

deleteStory

Parameters

Returns Promise

Parameters

Returns Promise

deleteTask

Parameters

Returns Promise

getEpic

Parameters

Returns Promise

getProject

Parameters

Returns Promise

Parameters

Returns Promise

getTask

Parameters

Returns Promise

getUser

Parameters

Returns Promise

listEpics

Returns Promise

listFiles

Returns Promise

listLinkedFiles

Returns Promise

listProjects

Returns Promise

listStories

Parameters

Returns Promise

listTasks

Parameters

Returns Promise

listUsers

Returns Promise

listWorkflows

Returns Promise

updateEpic

Parameters

Returns Promise

updateFile

Parameters

Returns Promise

updateLinkedFile

Parameters

Returns Promise

updateProject

Parameters

Returns Promise

updateStory

Parameters

Returns Promise

updateTask

Parameters

Returns Promise

FAQs

Package last updated on 20 May 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc