Skip to content

fitzoh/kotlin-slack-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin slack utils

At the moment, just a simple Kotlin DSL for creating messages to send to slack

Download

compile 'com.github.fitzoh:kotlin-slack-utils:$version'

or just copy paste this file into your project.

usage:

Message.create{
  text = "hello"
  attachment{
    title = "this is"
    text = "an attachment"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages