Create a new instance of SlackCMS
The Slack API token. A token usually begins with xoxb or xoxp. You get them from each workspace an app is installed onto. The app configuration pages help you get your first token for your development workspace
Options to pass to the SlackCMS instance
A new instance of SlackCMS
Get all posts from a channel
The channel name or ID to get posts from
An array of Post objects
Create a new instance of SlackCMS
Param: slackToken
The Slack API token. A token usually begins with xoxb or xoxp. You get them from each workspace an app is installed onto. The app configuration pages help you get your first token for your development workspace
Param: options
Options to pass to the SlackCMS instance
Returns
A new instance of SlackCMS