What I am trying to do is the following
- Get a list of user_count for ALL PRESENCE channels. Using the following HTTP API call
- https://pusher.com/docs/channels/library_auth_reference/rest-api/#get-channels-fetch-info-for-multiple-channels
I am not sure if its me, or if their documentation is complicating or what the issue is but what I cannot figure out is how to build the GET request.
I am using Laravel and VueJS for this project (just for the sake of transparency) but if I could figure out how to create a manual CURL request to get the info, I could then build the code around it.
If someone could give me some guidance or even better give me an example CURL that grabs the data I would be forever grateful