Skip to content

3.0.0

Compare
Choose a tag to compare
@padamstx padamstx released this 18 Mar 17:17
c5a5ef5

Changes

  • rx() and rxWithDetails() methods replaced with reactiveRequest(), meant to be used with RxJava
  • Along with the new reactiveRequest() method, there are now only execute() and enqueue(). These return the same wrapped response as the old executeWithDetails() and enqueueWithDetails() responses.