Wechat v0.4.0-rc.0 Wechat.API.Streaming View Source

Provide streaming API interfaces.

Link to this section Summary

Link to this section Functions

Users stream

Example:

iex> Wechat.API.users_stream(client) |> Enum.take(10)
["openid1", "openid2", ...]