Skip to content

[v1.0.1] - 2022.02.20

Compare
Choose a tag to compare
@cohaolain cohaolain released this 20 Feb 03:24
· 61 commits to develop since this release

Added

  • Added a changelog :)
  • Some airport utils (ryanair.airport_utils), that allow you to compute the haversine distance between two airports (by IATA code), or from a Flight object.

Fixed

  • At long last:
    • Use up-to-date URLs for API endpoints
    • Adapt to current API usage which doesn't require an API key, at least for rate-limited interactions.

Changed

  • get_flights, get_return_flights now accept a datetime type, as well as string date in ISO format.