index
:
libtwittercpp
this commit
master
Object oriented Twitter library for C++
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
client.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ability to hydrate user objects
Kelly Rauchenberger
2018-08-06
1
-0
/
+2
*
Added ability to hydrate tweets
Kelly Rauchenberger
2018-08-05
1
-0
/
+2
*
Merge branch 'master' of https://github.com/hatkirby/libtwittercpp
Kelly Rauchenberger
2018-08-05
1
-0
/
+3
|
\
|
*
Whitespace changes
Kelly Rauchenberger
2018-02-23
1
-15
/
+15
|
*
Added ability to get blocklist
Kelly Rauchenberger
2018-02-23
1
-1
/
+3
|
*
Added a convenience overload to client::replyToTweet
Kelly Rauchenberger
2016-12-01
1
-0
/
+1
*
|
Added timeline polling
Kelly Rauchenberger
2018-08-05
1
-29
/
+37
|
/
*
Made tweets, users, and notifications into copyable objects
Kelly Rauchenberger
2016-11-29
1
-0
/
+10
*
Updated API to use exceptions and make tweet/user objects more helpful
Kelly Rauchenberger
2016-08-20
1
-94
/
+35
*
Wrapped JSON parsing in exception handling
Kelly Rauchenberger
2016-06-01
1
-1
/
+1
*
Added ability to get configuration
Kelly Rauchenberger
2016-05-31
1
-0
/
+6
*
Added option to receive all replies in user stream
Kelly Rauchenberger
2016-05-25
1
-1
/
+4
*
Added utility function to generate tweet reply prefill
Kelly Rauchenberger
2016-05-22
1
-0
/
+2
*
Projects using libtwitter++ no longer have to include its dependencies
Kelly Rauchenberger
2016-05-21
1
-7
/
+5
*
Started implementing user streams
Kelly Rauchenberger
2016-05-20
1
-5
/
+72
*
Added ability to upload media and tweet it
Kelly Rauchenberger
2016-04-13
1
-2
/
+13
*
Added basic ability to tweet
Kelly Rauchenberger
2016-04-12
1
-0
/
+29