Skip to content

Commit 26095a4

Browse files
committed
Add POST statuses/unretweet/:id
1 parent 5682f37 commit 26095a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ codebird-php - changelog
44
3.1.0 (not yet released)
55
+ #143 Add support for proxy types
66
+ #152 Throw Exception on failed remote media download
7+
+ Add POST statuses/unretweet/:id
78

89
3.0.0 (2016-01-01)
910
+ Add unit testing suite

src/codebird.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ class Codebird
417417
'statuses/filter',
418418
'statuses/lookup',
419419
'statuses/retweet/:id',
420+
'statuses/unretweet/:id',
420421
'statuses/update',
421422
'statuses/update_with_media', // deprecated, use media/upload
422423
'ton/bucket/:bucket',

0 commit comments

Comments
 (0)