An open API service indexing awesome lists of open source software.

https://github.com/cosee/slack-client-java

A thin java wrapper around the Slack API
https://github.com/cosee/slack-client-java

Last synced: 5 months ago
JSON representation

A thin java wrapper around the Slack API

Awesome Lists containing this project

README

          

# slack-client-java
A thin java wrapper around the Slack API

This slackclient is a module we use in one of our products. It has just the functionallity we need there (at the moment). We wrote it, because the old lib we used broke. So if it provides what you need, we are happy to share it with you!

# Functionality

## channels
- create a channel
- send a message to a channel
- archive a channel
- check if a channel exists
- get a channel id by the channels name
- set a channel topic
- invite users to channel

## users
- send a message to a user
- find a user by its mail-address
- invite user to a channel

# Install over Maven

```

biz.cosee
slack-client-java
1.1

```