You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/protocol-description.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,3 @@ they should not be pushed to the server.
242
242
243
243
The version of the ChatopsRPC protocol in use by a server is given as the
244
244
`version` field. If no version is returned, `3` is assumed.
245
-
246
-
### Development & Testing
247
-
To test your CRPC service end-to-end locally with Hubot, clone the [hubot-classic](https://github.com/github/hubot-classic) repo and follow the instructions [here](https://github.com/github/hubot-classic#rpc-chatops) to add your RPC endpoint. For example `/rpc add http://localhost:8080/_chatops --prefix mychatops`. Then you can run your chatops command with `/mychatops`.
0 commit comments