mattermost-developer-documentation
mattermost-developer-documentation copied to clipboard
Mattermost developer documentation.
In preparation for the v7.0 launch in June, Docs is proposing updates to the Apps Framework developer documentation to reduce the barriers to entry for the greatest number of developers...
Mattermost user `michael.kochell` from https://community.mattermost.com has requested the following be documented: ``` @shannon.rosas Here is some info on creating webhooks using the App framework To have your App support webhooks...
Mattermost user `michael.kochell` from https://community-daily.mattermost.com has requested the following be documented: ``` We should have this documented somewhere, but you will need to do two things to get webapp plugin...
There was recently a case where a contributor expressed interest in a ticket by asking questions for clarification, and it was pretty obvious that they wanted to work on the...
This pr https://github.com/mattermost/mattermost-webapp/pull/4778 add the WebappUtils, with specifically browserHistory, to the web app export available for plugins. We need to document this in the Web App reference here: https://developers.mattermost.com/extend/plugins/webapp/reference/#exported-libraries-and-functions, and...
Mattermost user `michael.kochell` from https://community-daily.mattermost.com has requested the following be documented: ``` The "Quick Start" guides on our docs are purposely barebones and not prescriptive (for plugins and Apps). The...
Mattermost user `paul.rothrock` from https://community.mattermost.com has requested the following be documented: ``` > Yeah theres a few endpoints where the docs show a field in the return, but the API...
Note that the quick start guide is likely out of sync with the most up-to-date examples on GitHub. The examples on GitHub are the source of truth for what should...
When we removed jQuery from the webapp in Mattermost `v6.3.0`, any plugins relying on jQuery being available in global scope will fail when they try to use any jQuery functionality....
Related ticket https://mattermost.atlassian.net/browse/MM-41610 This change should be placed in a new file in the webapp plugin development guide https://developers.mattermost.com/integrate/plugins/webapp ----- ### Proposed addition to Documentation If a webapp plugin needs...