- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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?
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?
نام موضوع : Example Code to get threads with API