XenForo
Administrative
- Thread starter
- Admin
- #1
There are a lot of texts about API, but i cant find any example code how to get threads.
I am able to add threads without any problems, but I cant get threads.
$response = $client->request('GET', 'api_url/threads/',
'headers' => ...
and then the result is
$response->threads?
Read more about this Feed . . .
I am able to add threads without any problems, but I cant get threads.
$response = $client->request('GET', 'api_url/threads/',
'headers' => ...
and then the result is
$response->threads?
Read more about this Feed . . .