- Incorporated Chats and DMs into CLI
- Updated readme
- Added CLI support for Chats
- Added CLI support for DirectMessages
- Fixed DirectMessage interface
- Fixed bug in HelloBot example
- Finished PictureText example
- Added an ISSUES file
- Factoring out Promisify methods.
- Removed extraneous debug output
- Stripped out Underscore.js dependency
- Bot example now works correctly, checks for all the correct data fields
- Added node-mime as a dependency (used for image uploads)
- ImageService can now upload any file with correct mime type.
- ImageService in experimental working condition, pngs only
- Testing infrastructure up! Hand-rolled for now
- Entire Stateless API has tests
- More documentation and examples
- An attempt at the ImageService, still not working
- A history file
- A Command Line Interface to GroupMe
- First cut at ImageService
- Documentation for IncomingStream
- Bugfix: Disconnect socket on error
- Stubbed out test case
- Promise-based interface integrated