Overview of Fli example capabilities
mainThe Fli library examples cover a wide range of flight search scenarios. While most core features are available in both Python and TypeScript, some advanced features are currently specific to the Python implementation.
Available in both Python and TypeScript:
- One-way search
- Round-trip search
- Cheapest dates in a range
- Multi-city itinerary
- Advanced filters (alliances, exclusions, layovers, locale)
- Error handling & client tuning
Available in Python only:
- Time-restricted search
- Day-of-week / weekend date preferences
- Validation-heavy round trips & date ranges
- Price tracking over time
- Result processing (using pandas)