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

Upload files and json with RoboSpice and GoogleHttpClientSpiceRequest #438

Open Diego-Franco opened 8 years ago

Diego-Franco commented 8 years ago

i trying to upload some files to the server using GoogleHttpClientSpiceRequest with MultipartEntityBuilder, but is impossible because the library doesn't support this part

i trying to add on the data, or before to call, but is not supported, and i don't want to change GoogleHttppClient