How to get a list of available channels from Pusher?

snitko

I read the docs and I understand that channels are created on client demand. However, it seems to me, it should still be possible for a client to get a list of channels that you can subscribe to and and get some meaningful data. How do I do this?

I ask because, for instance, there are no docs for Bitstamp API, which uses Pusher, and it's rather difficult to understand what is possible to do with it. Knowing what channels I can use would at least clear things up a little bit.

leggetter

It is possible to get a list of channels, but only via the Pusher Web API: http://pusher.com/docs/server_api_guide/interact_rest_api#application-channels

You can't do this via the JavaScript client.

So, it sounds like Bitstamp should provide a way of exposing what channels are available as part of their own API.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to get a list of available channels from Pusher?

From Dev

How do I get Laravel to listen to private Pusher channels?

From Dev

How to list/access all the available audio input and output ports/channels of a USB soundcard from a particular PC

From Dev

How to list/access all the available audio input and output ports/channels of a USB soundcard from a particular PC

From Dev

Pusher.com - how to use channels

From Dev

How to get rid of Text Channels from channel list in Discord.py

From Dev

how to get global presence for pusher

From Dev

How do I get a list of all AVAILABLE packages from the repositories that are configured from a command line?

From Java

How to get the available tasks list in gulp

From Dev

How to get a list of all available targets in Yocto?

From Dev

How To Get A List Of Available Video Capture Devices

From Dev

How to get a list of all table available in the db?

From Dev

Android Tv: get list of channels

From Dev

Pusher - user authentication in presence channels

From Dev

How to list all available printers from terminal?

From Dev

How to list all available printers from terminal?

From Dev

how to get the number of channels from an image, in OpenCV 2?

From Dev

how to get acquisition channels report from google analytics api

From Dev

how to get the number of channels from an image, in OpenCV 2?

From Dev

how to get acquisition channels report from google analytics api

From Dev

How to generate Pusher authentication string from Bash?

From Dev

How to generate Pusher authentication string from Bash?

From Dev

Get nearest paper size from the list of available paper size

From Dev

Get list of youtube channels a user have

From Dev

Youtube api get the channels from the Featured channels module

From Dev

How can I get a list of available methods in a WebAPI web service?

From Dev

How to get the list of all available timezone using moment-timezone

From Dev

How do I get a list of all of the available dbus properties?

From Dev

How to get a list of ONLY my available methods in IRB?

Related Related

  1. 1

    How to get a list of available channels from Pusher?

  2. 2

    How do I get Laravel to listen to private Pusher channels?

  3. 3

    How to list/access all the available audio input and output ports/channels of a USB soundcard from a particular PC

  4. 4

    How to list/access all the available audio input and output ports/channels of a USB soundcard from a particular PC

  5. 5

    Pusher.com - how to use channels

  6. 6

    How to get rid of Text Channels from channel list in Discord.py

  7. 7

    how to get global presence for pusher

  8. 8

    How do I get a list of all AVAILABLE packages from the repositories that are configured from a command line?

  9. 9

    How to get the available tasks list in gulp

  10. 10

    How to get a list of all available targets in Yocto?

  11. 11

    How To Get A List Of Available Video Capture Devices

  12. 12

    How to get a list of all table available in the db?

  13. 13

    Android Tv: get list of channels

  14. 14

    Pusher - user authentication in presence channels

  15. 15

    How to list all available printers from terminal?

  16. 16

    How to list all available printers from terminal?

  17. 17

    how to get the number of channels from an image, in OpenCV 2?

  18. 18

    how to get acquisition channels report from google analytics api

  19. 19

    how to get the number of channels from an image, in OpenCV 2?

  20. 20

    how to get acquisition channels report from google analytics api

  21. 21

    How to generate Pusher authentication string from Bash?

  22. 22

    How to generate Pusher authentication string from Bash?

  23. 23

    Get nearest paper size from the list of available paper size

  24. 24

    Get list of youtube channels a user have

  25. 25

    Youtube api get the channels from the Featured channels module

  26. 26

    How can I get a list of available methods in a WebAPI web service?

  27. 27

    How to get the list of all available timezone using moment-timezone

  28. 28

    How do I get a list of all of the available dbus properties?

  29. 29

    How to get a list of ONLY my available methods in IRB?

HotTag

Archive