stephanenicolas / robospice

Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k stars 545 forks source link

Add a robospice-retrofit2 module to support a new Retrofit of version 2.0 and up #454

Closed mykolaj closed 8 years ago

mykolaj commented 8 years ago

Add a robospice-retrofit2 module to support a Retrofit version 2.0 and up

rciovati commented 8 years ago

Hey @mykolaj, thanks for the pull request! Would you mind to send it against the master branch?

rciovati commented 8 years ago

I gave a quick look at the code. Not sure if I like the 2 suffix both in the package and in the classe names.

mykolaj commented 8 years ago

No problemo. Here it is. Also, i don't like this "2" suffix either, and is opened to suggestions. But my creativity leaved me with that alone. :)

rciovati commented 8 years ago

Closing in favor of #455