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

chatwork-messages

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatwork-messages

Fetch chatwork messages

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

chatwork-messages

npm Build Status Build Status Dependency Status devDependency Status

Getting started

$ yarn add chatwork-messages

or

$ npm i -S chatwork-messages

Enjoy!

const chatworkMessages = require('chatwork-messages')({ token: 'XXX' })

chatworkMessages({ roomId: 40000000 })
  .then(messages => console.log(messages))
  .catch(err => console.error(err))

References

require('chatwork-messages')({ token: 'XXX', ... })

Create fetch message function. Default values are following.

{
  force: false,
  endpoint: 'https://api.chatwork.com/v2/rooms/<%= roomId %>/messages?force=<%= force %>',
}

chatworkMessages({ roomId: 1111111, ... })

Fetch chatwork message function. The following parameters are usable.

{
  token: 'XXX',
  force: false,
  endpoint: 'https://api.chatwork.com/v2/rooms/<%= roomId %>/messages?force=<%= force %>',
  roomId: 1234567,
}

License

MIT © Pine Mizune

FAQs

Package last updated on 16 Sep 2017

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