twitter-api-typescript-sdk
twitter-api-typescript-sdk copied to clipboard
split addOrDeleteRules
addRule(), deleteRule()
vs
addOrDeleteRules()
It just makes sense. Even the shape of the request is different. With deleting I have to send an array of strings, but with adding I have to send an array of objects with value and tag properties.
OR, (which would be great), allow us to delete a rule by tag as well as id.