slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Add Reminders API. #30

Closed neil-lobracco closed 8 years ago

neil-lobracco commented 8 years ago

Let me know if you have any questions / concerns. Needed this for a project I'm working on, so I followed the pattern in the other modules.

BenTheElder commented 8 years ago

LGTM thanks, if you get a free moment adding a docs comment about the Reminder type would be nice as noted above, but if not I can add it myself before the next release. I'll check back later.

neil-lobracco commented 8 years ago

Thanks for taking a look, I added that comment onto the commit (at https://github.com/slack-rs/slack-rs-api/pull/30/files#diff-dfd26227c4842bd3288e9b1f53f0089fR103 ). Let me know if there's anything else.

BenTheElder commented 8 years ago

Thanks! This will be in the next release.