We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682f37 commit 26095a4Copy full SHA for 26095a4
CHANGELOG
@@ -4,6 +4,7 @@ codebird-php - changelog
4
3.1.0 (not yet released)
5
+ #143 Add support for proxy types
6
+ #152 Throw Exception on failed remote media download
7
++ Add POST statuses/unretweet/:id
8
9
3.0.0 (2016-01-01)
10
+ Add unit testing suite
src/codebird.php
@@ -417,6 +417,7 @@ class Codebird
417
'statuses/filter',
418
'statuses/lookup',
419
'statuses/retweet/:id',
420
+ 'statuses/unretweet/:id',
421
'statuses/update',
422
'statuses/update_with_media', // deprecated, use media/upload
423
'ton/bucket/:bucket',
0 commit comments