slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.66k stars 1.13k forks source link

Support datastore API #1200

Closed yamada-wacul closed 1 year ago

yamada-wacul commented 1 year ago

Description

I would love to be able to use the DataStore API with this library.

(Optional) Slack's documentation

https://api.slack.com/methods/apps.datastore.get https://api.slack.com/methods/apps.datastore.put https://api.slack.com/methods/apps.datastore.query https://api.slack.com/methods/apps.datastore.update

yamada-wacul commented 1 year ago

💭 If the slack.Client.postMethod is published, we can use it to call any API in Slack...

yamada-wacul commented 1 year ago

sorry, this is not for the REST API. it requires next generation modular App