anotherdev/robospice-fluent-request

Change order of the method calls

anotherdev opened this issue · 0 comments

Should have a method to set the SpiceRequest before setting the listener so that the generic type can be inferred/autocomplete when setting the listener.

.load(SpiceRequest)
.inform(RequestListener)