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

danielsamuels/sscaas

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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