gurock / testrail-api

TestRail API: Examples on how to use TestRail's API from various languages
Other
116 stars 86 forks source link

using java8 for base64 encoding #9

Closed Raffaello closed 5 years ago

Raffaello commented 6 years ago

that getBase64 method is not well designed and also it is available already like in the .NET an API for the conversion. Please note that this API will work only since JAVA8. for previous version it might use other packages or rewrite that function.

Please let me know if it is possible to start using JAVA8, otherwise let me know the minimum requireiment and i will figure out a solution for that getBase64 method that need improvement.

Raffaello commented 6 years ago

@tgurock @dgurock @robwar @mrivingt @wilsonwarmack Hi all,

I am not sure if it is maintened anymore this repo, looking at some PR dated back 2014.

please could you replay ASAP about the current status and see if it is possible to contribute to improve the code base.

jonrgurock commented 5 years ago

Hi @Raffaello ,

Pull requests were not being monitored for some time. Your changes have been applied to the latest versions of these bindings.