slacker-core

> TODO: description

Usage no npm install needed!

<script type="module">
  import slackerCore from 'https://cdn.skypack.dev/slacker-core';
</script>

README

slacker-core

The very thin wrapper of WebClient from @slack/web-api.

What's different

It has a built-in paginate function that returns all request's result as an array.

Warning

The pagination feature only supports the following requests:

  • conversations.list
  • conversations.history
  • users.list

They are stored in src/listAttributes.ts