- 18 Aug, 2018 1 commit
-
-
Tim Kinnane authored
-
- 17 Aug, 2018 2 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
Related #27
-
- 14 Aug, 2018 1 commit
-
-
Tim Kinnane authored
-
- 09 Aug, 2018 2 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
- 08 Aug, 2018 4 commits
-
-
Tim Kinnane authored
- Related #20
-
Tim Kinnane authored
- Related #21 - Requires PR #11703 merge on core - Next SDK release will be blocked by that PR
-
Tim Kinnane authored
See https://github.com/RocketChat/docs/issues/870
-
Tim Kinnane authored
-
- 26 Jul, 2018 2 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
Also fixed test fail due to join room array order
-
- 27 Jun, 2018 1 commit
-
-
Tim Kinnane authored
-
- 11 Jun, 2018 1 commit
-
-
Tim Kinnane authored
chore: Ignore and remove .DS_Store
-
- 10 Jun, 2018 1 commit
-
-
knjname authored
-
- 04 Jun, 2018 1 commit
-
-
Tim Kinnane authored
- Add a test utility to get the last sent message/s - Some minor test refactoring - Fixed interface error with reactions
-
- 02 Jun, 2018 3 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
- Refactored `channelInfo` to accept name or ID - Fixes #10
-
- 01 Jun, 2018 1 commit
-
-
Tim Kinnane authored
Related #10
-
- 07 May, 2018 6 commits
-
-
Tim Kinnane authored
-
Tim Kinnane authored
- Allow driver login with default credentials - Update docs and all env variable usage to settings - Make settings module available as export
-
Tim Kinnane authored
-
Tim Kinnane authored
-
Tim Kinnane authored
- Add `bot-helpers` user queries as `api.users` methods - Related #5 - Add demo interactions in `start.ts`
-
Tim Kinnane authored
- Add docs and tests for API - Update tests using old utils api - Use setup script pretest instead of each spec
-
- 04 May, 2018 1 commit
-
-
Tim Kinnane authored
- Fixes #7 - Use `ROCKETCHAT_USER` and `ROCKETCHAT_PASSWORD` for default credentials - Use `ROCKETCHAT_ROOM` for default room joins - Use `ROCKETCHAT_USESSL` to force SSL - `respondToMessages` now auto-joins rooms if not yet joined - Fix some interface / schema errors - Add pre-test checks for instance readiness - Add tests for all of the above
-
- 01 May, 2018 1 commit
-
-
Tim Kinnane authored
Remove 'connected' listener after connection times out in driver.connect
-
- 29 Apr, 2018 1 commit
-
-
Mikael Mello authored
Uncomment `driver .conenct` tests on driver.spec.ts
-
- 16 Apr, 2018 1 commit
-
-
SingLi authored
-
- 11 Apr, 2018 1 commit
-
-
SingLi authored
-
- 04 Apr, 2018 6 commits
-
-
SingLi authored
Add quick start for plain vanilla node 8
-
SingLi authored
-
SingLi authored
-
timkinnane authored
-
timkinnane authored
+ Update send methods to reduce variation and deprecated methods to reduce confusion. + Add tests for all send methods and updated docs. BREAKING CHANGE: sendMessageByRoomId and sendMessageByRoom replaced with sendToRoomId and sendToRoom. sendMessage is now semantically used for the endpoint that sends a message object, where other send methods are abstractions of that and accept strings instead that are converted to a message.
-
timkinnane authored
Typedoc API links weren't working for Github pages and the generated docs don't need to be committed if not in use.
-
- 03 Apr, 2018 3 commits
-
-
timkinnane authored
-
timkinnane authored
+ fix the demo start script async handling
-
timkinnane authored
+ Also updated some interfaces and docs
-