Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

danielsamuels/sscaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Slash Commands as a Service

Website: https://sscaas.eu/

## Example package

package example

import (
    "github.com/danielsamuels/sscaas/sscaas"
)

type Plugin struct {
    Writer http.ResponseWriter
    Request *http.Request
}

func (p Plugin) Run(http.ResponseWriter, *http.Request) (*sscaas.PluginResponse, error) {
    return &sscaas.PluginResponse{
        Username: "Example",
        Emoji: ":smile:",
        Text: "Hello world.",
    }, nil
}

About

Slack Slash Commands as a Service

Resources

Stars

Watchers

Forks

Packages

No packages published