Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
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.
But I need both to check if a thread is there or not
get thread with id =123
is there? => next
else add thread
What should be the normal way?
$response = $client->request('POST', '
'headers' => ...
and then the result is
$response->threads?
I dont have threads in $response,
maybe there...
I am able to add threads without any problems, but I cant get threads.
But I need both to check if a thread is there or not
get thread with id =123
is there? => next
else add thread
What should be the normal way?
$response = $client->request('POST', '
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
','headers' => ...
and then the result is
$response->threads?
I dont have threads in $response,
maybe there...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.