Anna Tsolakou

Results 13 comments of Anna Tsolakou

I would like to focus on the ```small dataset of some LoC for each recommended driver``` for this Monday's OSD. I will create a separate issue on that and can...

Next Monday is OSD and I could continue on that since I finished with the benchmark fixtures. However, I don't understand well the next steps so I might need some...

Hello @chaudharydeepak. Thank you so much for your interest in the issue. Definitely, feel free to have a look at it. At any point let us know if you need...

Closed with https://github.com/amadeus4dev/amadeus-java/pull/104

Hello @steve-donovan , You can pass the list of hotels as an ArrayList of Strings such us below: ```java import java.util.ArrayList; import java.util.List; import com.amadeus.Amadeus; import com.amadeus.Params; import com.amadeus.exceptions.ResponseException; import...

Thanks @steve-donovan for your response! As a workaround you could convert the list to String with one of the following ways and then call the API: ```java List ids =...

I agree with @estherrgarcia as I cannot think of any use cases, but it's true it's kind-hearted without any downsides. As the holidays are paid, I have a question; if...

Thanks @darseen so much for the PR! We will review it shortly!

Hello @darseen, I reviewed your code, thanks again for the PR! What worries me is the fact that these changes will break the code of existing users of the library...