Wiki.Action.stream
You're seeing just the function
stream
, go back to Wiki.Action module for more information.
Specs
stream(Wiki.Action.Session.t(), keyword()) :: Enumerable.t()
Make a GET request and follow continuations until exhausted or the stream is closed.
Arguments
session
-Wiki.Action.Session
object.params
- Keyword list of query parameters as atoms or strings.
Return value
Enumerable Stream
, where each returned chunk is a raw result map, possibly
containing multiple records. This corresponds to session.result
from the other
entry points.