https://kotlinlang.org logo
Title
d

Dario Pellegrini

04/18/2018, 8:05 AM
@louiscad thank you, but I was searching a method to do that if exists without changing my network layer.
l

louiscad

04/18/2018, 8:07 AM
@Dario Pellegrini Then, just look at how gildor's library is done. Should be enough to reproduce a similar approach for the network layer you use.
d

Dario Pellegrini

04/18/2018, 8:18 AM
Looked at gildor solution, brutally copied and solved. Thank you. Sometime I forget I am a developer and I can read code 😄
😉 1
g

gildor

04/18/2018, 9:03 AM
🙈
w

withoutclass

04/18/2018, 2:25 PM
FYI I have a couple adapters I added on to JW's code myself for returning
Either
from #arrow instead of throwing exceptions if any of you are interested in seeing the modifications for it
l

louiscad

04/18/2018, 2:27 PM
@withoutclass Do you have it in a gist or inside an open source project?
w

withoutclass

04/18/2018, 2:29 PM
I can throw a gist up