hgoebl / DavidWebb

Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)
https://hgoebl.github.io/DavidWebb/
MIT License
127 stars 41 forks source link

Added getter for base URI on Webb and URI on Request #2

Closed FSeidinger closed 10 years ago

FSeidinger commented 10 years ago

Dear David,

for logging purposes I've created getter for the base URI if the Webb class and the URI for the Request class.

Please let me know your opinion on these changes.

Kind regards,

Frank

hgoebl commented 10 years ago

@novityFS do you need a new Maven version (e.g. for continuous integration server)? If not, I'd wait for the next bug/feature.

Thanks for the contribution!

FSeidinger commented 10 years ago

I've installed a private version (1.0.1-p1) in my local maven repository. As soon as you released a new version I will switch my pom. So don't worry.

This was my first contribution on GitHub and it really made fun :-)