Skip to content

kifi/slack-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-client

A Scala client for Slack's public API.

#Installation

You can get the Slack client from Maven central. The artifact is slack-client and the group id is com.kifi.
The current version is 0.2. For example, if you are using sbt, just add this to your dependencies:

libraryDependencies += "com.kifi" % "slack-client" %% "0.2"

All classes are in in com.kifi.slack.

See our engineer blog for more background: https://medium.com/kifi-engineering/open-sourcing-our-slack-client-for-scala-c21dae411c92

About

A Scala client for Slack's public API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages