-
The differences between `chat_postMessage` and `file_upload_v2` lead to a sometimes frustrating dev experience. For instance, `chat_postMessage` includes the `username` parameter, allowing the develop…
-
Problem: Bolt is not responding to events, unless I send many events. Sending a single event (like messaging a bot) will timeout, unless more events are sent in quick succession (last one will eventua…
-
We need to update the Zendesk SDK now that we're using Xcode 16, to resolve errors uploading the IPA to App Store Connect. The current SDK includes bitcode that can't be used in a release with Xcode 1…
-
I'm trying to migrate Java EE to Jakarta EE for some reason (e.g. native-image, spring 6).
This project has example code for many platform.
It's good for SDK users, but it includes some problems.
…
-
Since this is using the old slackclient library, we do not get access to newer slack features like SocketMode. SocketMode would allow us to deploy oncall on an internal server without having to expose…
-
The Client treats Json-format Request Bodies as dict, but can benefit from completion and static analysis if TypedDict is supported.
### Category (place an `x` in each of the `[ ]`)
- [x] **slac…
-
We should provide a JSON API for providing the URLs and checksums for the static SDKs so it's easy to work out where to get the static SDK for a specific Swift version. This will make it easier to bui…
-
### Description
iOS SDK isolated storage per apiKey - allow SDKs/libs to install the iOS SDK as well
Have to be sure its back compatible when people upgrade and don't lose events
Also see https:…
-
How do we edit the caption generated by `files_upload_v2(initial_comment="abc")` in the Web API client? It seems like the response from the `files_upload_v2` call doesn't contain a `ts` field, so the …
-
I'd like to add MongoDB OAuth installation store which is currently not present in [here](https://github.com/slackapi/python-slack-sdk/tree/main/slack_sdk/oauth/installation_store)
I recently devel…