8000 Add tweets/search/fullarchive · BearerPipelineTest/codebird-php@2e70cfa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e70cfa

Browse files
committed
Add tweets/search/fullarchive
1 parent 758f6df commit 2e70cfa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/codebird.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@ class Codebird
448448
'ton/bucket/:bucket',
449449
'ton/bucket/:bucket?resumable=true',
450450
'tweets/search/30day/:env',
451+
'tweets/search/30day/:env/counts',
452+
'tweets/search/fullarchive/:env',
453+
'tweets/search/fullarchive/:env/counts',
451454
'users/lookup',
452455
'users/report_spam'
453456
],
@@ -1691,6 +1694,9 @@ protected function _detectMethod($method, &$params)
16911694
'ads/sandbox/accounts/:account_id/features',
16921695
'ads/sandbox/accounts/:account_id/funding_instruments'
16931696
],
1697+
'url' => [
1698+
'account_activity/webhooks'
1699+
],
16941700
'user_id' => [
16951701
'ads/accounts/:account_id/promoted_accounts',
16961702
'ads/sandbox/accounts/:account_id/promoted_accounts'
@@ -1976,7 +1982,8 @@ protected function _detectJsonBody($method_template) {
19761982
'direct_messages/welcome_messages/rules/new',
19771983
'direct_messages/welcome_messages/update',
19781984
'media/metadata/create',
1979-
'tweets/search/30day/:env'
1985+
'tweets/search/30day/:env',
1986+
'tweets/search/fullarchive/:env'
19801987
];
19811988
return in_array($method_template, $json_bodies);
19821989
}

0 commit comments

Comments
 (0)
0