i use botrapi v1.4 videos jwp account next call:
$response = $botr_api->call("/videos/list",array('text'=>($keyword),'total_limit'=>$totallimit));
but how can receive playlists(channels) account? there no php examples of it.
you can use /channels/list {search: 'keyword'}
retrieve channels based on keyword search. there's documentation available at: https://developer.jwplayer.com/jw-platform/reference/v1/methods/channels/list.html
Comments
Post a Comment