yongjhih / NotRetrofit

Type-safe REST client for Android and Java
Apache License 2.0
93 stars 12 forks source link

allow baseUrl to be set from builder pattern #12

Closed kenkyee closed 8 years ago

kenkyee commented 8 years ago

remove duplicate request interceptor code if you use builder pattern in addition to @requestinterceptor tag allow headers to be set from builder pattern

These address problems found from Issues #10 and #11

kenkyee commented 8 years ago

Looks like the CircleCI build failure is bogus...it's complaining Android build tools 23.0.2 don't exist but they should because they're the latest :-P

kenkyee commented 8 years ago

can you bump the version to 2.0.6 and upload to bintray if this is merged? thanks.