summaryrefslogtreecommitdiffstats
path: root/plugin/api.go
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin slash command support (#7941)Chris2017-12-081-0/+7
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-051-0/+3
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-1/+15
| | | | | | | | * Add plugin key value store support * Add localization strings * Updates per feedback
* more plugin doc updates (#7767)Chris2017-11-031-2/+4
|
* Add some plugin docs (#7757)Chris2017-11-021-0/+2
| | | | | | | | | | * add some plugin docs * one more comment * spacing * example simplification
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-211-2/+56
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* add client4 apis needed for jira plugin (#7292)Chris2017-08-281-0/+16
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-161-0/+7
* begin backend plugin wip * flesh out rpcplugin. everything done except for minor supervisor stubs * done with basic plugin infrastructure * simplify tests * remove unused test lines