amadeus4dev / amadeus-python

Python library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com
MIT License
200 stars 80 forks source link

Fix pagination #169

Closed gustavo-bertoldi closed 2 years ago

gustavo-bertoldi commented 2 years ago

Pagination was not properly working because the code assumed the page offset in the URL was always the last which is not the case. Changed to extract exact the code page offset from the URL.

minjikarin commented 2 years ago

merged, without successful pass from sonarcloud (known issue) merci @gustavo-bertoldi !!