List methods returning a stream with one only item #319
gabrieloliveirabrito
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been used this package to list the issues of an repository, bug another package wants the Stream that read a list of objects, but this package return a Stream with only one object. To read all data, i need to convert the stream to future, or i receiving really only one item.
Beta Was this translation helpful? Give feedback.
All reactions