python-intercom
python-intercom copied to clipboard
README seems to have an error in 'Tags'
trafficstars
Currently the README file states:
# Tag users
tag = intercom.tags.tag_users(name='blue', users=[{'email': '[email protected]'}])
But this results in
AttributeError: 'Tag' object has no attribute 'tag_users'
Perhaps it should say:
tag = intercom.tags.tag(name='blue', users=[{'email': '[email protected]'}])
since this results in success.
Should be done ASAP!
Politeness comes at no cost.
Violence is needed when people are dormant...
Stay classy!