The following pages and posts are tagged with

TitleTypeExcerpt
Plugins Advanced Page Overview Below are items that most likely only used in advanced or unique situations. Additional Plugin Config Container Config Level These settings apply to both Container and API plugin (if managed) types You can use any option available to the Docker API Client that fits under...
API Plugins Page Overview 3rd and most advanced level of plugin. Can be managed by SLAPI or completely separate. API Plugin Basics Info Endpoint This is an endpoint that SLAPI can query to get plugin information and commands to setup routing and the help list with. Here is all the...
Container Plugin Page Overview The 2nd level of plugins is a completely containerized container using docker. Container Plugin Basics You have several options when it comes to containers. We are utilizing the Docker API Library and anything under config: will be passed without any alteration into the Container Creation....
Plugins Overview Page Overview We strive to make our plugins as simple as possible We have broken them down into 3 sections depending on your level of need and skill Script Container API Please see requirements for what’s needed for each
Script Based Plugins Page Overview In a effort to make the simplest expandable bot possible we have several options when it comes to utilizing plugins The easiest and lowest entry point into creating a “plugin” for SLAPI. Just a simple script you wish to run as a bot command. Script Type Plugin...