Skip to content

Commit

Permalink
fix: even more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Jan 26, 2024
1 parent b8982c7 commit 8f498d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spacecat-shared-rum-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ To configure tokens for your application, follow these steps:

3. Locate your Slack bot token under the "Bot User OAuth Token" section on the same page. You will need to provide this token to the `SlackClient` in your application.

4. For information on the scopes needed for each Slack API method, refer to the [documentation](https://api.slack.com/methods). The required scopes for each API method are listed in the "Bot tokens" row. As an example, to use the `postMessage` API method, the required scope is `chat:write`, as documented in [https://api.slack.com/methods/chat.postMessage](https://api.slack.com/methods/chat.postMessage).

### Creating and instance from Helix UniversalContext

```js
Expand Down

0 comments on commit 8f498d4

Please sign in to comment.