We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing export of the New-PoshBotGitterBackend function ?
New-PoshBotGitterBackend
https://github.com/gep13/PoshBot.Gitter.Backend/blob/7bbbe678eda308c3f47f9549961e560ee2f27221/PoshBot.Gitter.Backend/PoshBot.Gitter.Backend.psd1#L72
RoomID seems to be a required property but it's not checked at Source Code
RoomID
Unable to verify SendMessage visually, but it looks ok. Best tested manually on a real gitter server.
SendMessage
Everything else looks fine. It's not using a WebSocket. Looks like good 'ol fashioned Long Poll.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Missing export of the
New-PoshBotGitterBackend
function ?https://github.com/gep13/PoshBot.Gitter.Backend/blob/7bbbe678eda308c3f47f9549961e560ee2f27221/PoshBot.Gitter.Backend/PoshBot.Gitter.Backend.psd1#L72
RoomID
seems to be a required property but it's not checked at Source CodeUnable to verify
SendMessage
visually, but it looks ok. Best tested manually on a real gitter server.Everything else looks fine. It's not using a WebSocket. Looks like good 'ol fashioned Long Poll.
The text was updated successfully, but these errors were encountered: