about summary refs log tree commit diff stats
path: root/src/codes.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace changesKelly Rauchenberger2018-08-301-54/+54
|
* Updated API to use exceptions and make tweet/user objects more helpfulKelly Rauchenberger2016-08-201-21/+172
|
* Wrapped JSON parsing in exception handlingKelly Rauchenberger2016-06-011-1/+2
|
* Added ability to upload media and tweet itKelly Rauchenberger2016-04-131-0/+31
Images (static and animated) and videos have been tested. Currently all media uploads occur in one large chunk; support to break down chunks will be added later.