slack-api icon indicating copy to clipboard operation
slack-api copied to clipboard

recommend using the official java sdk from github. https://github.com/slackapi/java-slack-sdk

Results 16 slack-api issues
Sort by recently updated
recently updated
newest added

github describes the artifact version as `v1.7.0.RELEASE` jitpack.io lists the artifact version as `1.7.0.RELEASE` https://jitpack.io/#com.github.allbegray/slack-api

Is there any way to check if a user is a bot? There was already a [pull request](https://github.com/allbegray/slack-api/pull/27) but it was closed.

I am unable to serialize webapiclient with kryo. Has any one tried it before ?

The `ts` (timestamp) field of the Attachment class is currently typed as Integer which is not sufficient for epoch millis. It should be made into a Long. Relevant docs on...

this is very similar to SlackWebApiClientImpl and can be used to send responses to 'response_url' when receiving /slash commands. The thing special is the handling of the 'response_type' ('in_channel' or...

enhancement

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.5.4 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.5.4&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies