node-red-nodes
node-red-nodes copied to clipboard
Node-red-node-twitter retweet support
Fixes #834
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
Proposed changes
See #834. The retweet endpoint is different from the update endpoint, and I added it to the output node.
Checklist
- [x] I have read the contribution guidelines
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team:
No answers in the forum, but we discussed on #834. - [x] I have run
gruntto verify the unit tests pass - [ ] I have added suitable unit tests to cover the new/changed functionality:
Unfortunately, there are no tests for Twitter Nodes.