getStream abstract method

Stream<T> getStream(
  1. ApiRequest request
)

Subscribes to the resource and emits the value every time it updates.

Implementation

Stream<T> getStream(ApiRequest request);