Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
The Current Stable Version for typescript is version 3.6.3 so updated typescript to latest version solves #107
**Preview:** 
> we're going to have to deprecate the current version and prepare change it to async in the next major https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/212
When a webhook post is done via multipart/form-data , then the content is empty . ``` {"method":"post","headers":{"host":"95.216.5.29:3008","accept":"/","content-length":"1268","expect":"100-continue","content-type":"multipart/form-data; boundary=------------------------888e5d4b2eceadad"},"query":{},"params":{},"content":{}} ```
Currently, it isn't possible for an app to properly hook some routine to its installation/uninstallation in a Rocket.Chat workspace. The only lifecycle _event_ that is somewhat related to the installation...
It would be good to have a log level setting for an App. For example, I'd like to create an app that accepts slashcommands from anonymous users, but with the...
The new version of alsatian brings more awesome features like [logging](https://github.com/alsatian-test/alsatian/pull/508). @graywolf336 @d-gubert Can we make plans for updating this dependency?
I'm running `rc-apps deploy` on the latest release. It seems to compile my valid typescript to some broken code. It looks like it cannot resolve the import properly. I reverted...