python-intercom icon indicating copy to clipboard operation
python-intercom copied to clipboard

README seems to have an error in 'Tags'

Open Asaf-signifai opened this issue 8 years ago • 4 comments
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.

Asaf-signifai avatar Mar 21 '17 14:03 Asaf-signifai

Should be done ASAP!

GuillaumeCisco avatar Sep 29 '17 14:09 GuillaumeCisco

Politeness comes at no cost.

jkeyes avatar Sep 29 '17 15:09 jkeyes

Violence is needed when people are dormant...

GuillaumeCisco avatar Sep 29 '17 16:09 GuillaumeCisco

Stay classy!

jkeyes avatar Sep 29 '17 17:09 jkeyes