Skip to content

Commit 25d02de

Browse files
committed
🔥 Threads API added, 1.0.5b
1 parent b70874b commit 25d02de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ThreadsAPI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ protected function request($method, $data)
3232
* @throws Exceptions\NotFoundException
3333
* @throws Exceptions\BadResponseException
3434
*/
35-
public function search_users($query, $rank_token=null, $page_token=null) {
35+
public function searchUsers($query, $rank_token=null, $page_token=null) {
3636
$payload = [
3737
'query' => $query,
3838
];

0 commit comments

Comments
 (0)