File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ codebird-php - changelog
443.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
7+ + Add REST API POST statuses/unretweet/:id
8+ + Add Ads API GET insights/keywords/search
89
9103.0.0 (2016-01-01)
1011+ Add unit testing suite
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ class Codebird
143143 'ads/iab_categories ' ,
144144 'ads/insights/accounts/:account_id ' ,
145145 'ads/insights/accounts/:account_id/available_audiences ' ,
146+ 'ads/insights/keywords/search ' ,
146147 'ads/line_items/placements ' ,
147148 'ads/sandbox/accounts ' ,
148149 'ads/sandbox/accounts/:account_id ' ,
@@ -198,6 +199,7 @@ class Codebird
198199 'ads/sandbox/iab_categories ' ,
199200 'ads/sandbox/insights/accounts/:account_id ' ,
200201 'ads/sandbox/insights/accounts/:account_id/available_audiences ' ,
202+ 'ads/sandbox/insights/keywords/search ' ,
201203 'ads/sandbox/line_items/placements ' ,
202204 'ads/sandbox/stats/accounts/:account_id ' ,
203205 'ads/sandbox/stats/accounts/:account_id/campaigns ' ,
You can’t perform that action at this time.
0 commit comments