const res = await pubnub.push.listChannels({
device: string,
pushGateway: string,
environment: string,
topic: string
})
console.log(res.channels.lenght) // only return 500 max
there is no mentioned of any paginations in docs if exist
WHY ???????????????????????????????????????????????????????????
This is hilarious
const res = await pubnub.push.listChannels({
device: string,
pushGateway: string,
environment: string,
topic: string
})
console.log(res.channels.lenght) // only return 500 max
there is no mentioned of any paginations in docs if exist
WHY ???????????????????????????????????????????????????????????
This is hilarious