roboslack icon indicating copy to clipboard operation
roboslack copied to clipboard

A pluggable, fluent, straightforward Java library for interacting with Slack.

Results 5 roboslack issues
Sort by recently updated
recently updated
newest added

We should support [outgoing webhooks](https://api.slack.com/custom-integrations/outgoing-webhooks)

We should have slash command functionality, see [slash command documentation](https://api.slack.com/slash-commands)

When handling `SlackDateTime` we should have a more simple implementation that accepts a single parameter and 'imply' the format based on the granularity (or if fields are supported). We should...

enhancement

This would come in handy if RoboSlack was falsely detecting Markdown in an Attachment field value, pretext field, or text field. Users should be able to manually specify the fields...

enhancement

There are a slew of javadoc warnings that are polluting the build (ie `./gradlew clean check`). An few examples include: ``` roboslack/roboslack-api/src/main/java/com/palantir/roboslack/api/MessageRequest.java:46: warning - Tag @see: missing final '>': "message-formatting...