File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ codebird-php - changelog
4
4
3.1.0 (not yet released)
5
5
+ #143 Add support for proxy types
6
6
+ #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
8
9
9
10
3.0.0 (2016-01-01)
10
11
+ Add unit testing suite
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ class Codebird
143
143
'ads/iab_categories ' ,
144
144
'ads/insights/accounts/:account_id ' ,
145
145
'ads/insights/accounts/:account_id/available_audiences ' ,
146
+ 'ads/insights/keywords/search ' ,
146
147
'ads/line_items/placements ' ,
147
148
'ads/sandbox/accounts ' ,
148
149
'ads/sandbox/accounts/:account_id ' ,
@@ -198,6 +199,7 @@ class Codebird
198
199
'ads/sandbox/iab_categories ' ,
199
200
'ads/sandbox/insights/accounts/:account_id ' ,
200
201
'ads/sandbox/insights/accounts/:account_id/available_audiences ' ,
202
+ 'ads/sandbox/insights/keywords/search ' ,
201
203
'ads/sandbox/line_items/placements ' ,
202
204
'ads/sandbox/stats/accounts/:account_id ' ,
203
205
'ads/sandbox/stats/accounts/:account_id/campaigns ' ,
You can’t perform that action at this time.
0 commit comments