Vrong / ovh_mail_redirections_manager_for_android

Simple OVH mail redirection manager for android
GNU General Public License v3.0
1 stars 0 forks source link

Consider Retrofit library for HTTP REST calls #8

Open gagath opened 7 years ago

gagath commented 7 years ago

The Retrofit library allows seamless integration with HTTP REST APIs. I have used this in some projects and the gain is awesome as you can see per the library examples. This library removes the glue used in Android for making HTTP requests and allows semantic interface declaration to REST APIs rather than implementing everything by hand.

I am ready to implement this if approved.

Vrong commented 7 years ago

I see the point and the library is quite interesting. You need to know that I used the slightly arranged Java API from OVH for this project. This improves development time and maintenance. I have not explored the library deeper than the first examples, but if you find an elegant way to implement it here, and to guarantee simplicity and easy evolution of the code. Your contribution can be appreciated.