gildor
07/26/2017, 6:46 AMapi.getUsers()
that returns Observable<List<String>>
and getUserByLogin(login: String): Observable<User>
And as result to subscribe you want to get just List<User>
?
Is that correct?
Just it’s hard to understand, what is you target goal