README about invoice

This commit is contained in:
Steve Androulakis
2025-01-04 13:22:01 -08:00
parent 1f84fc37ea
commit 624b38855c
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ def search_airport(query: str) -> list:
return []
def search_flights_realapi(args: dict) -> dict:
def search_flights(args: dict) -> dict: # _realapi
"""
1) Looks up airport/city codes via search_airport.
2) Finds the first matching skyId/entityId for both origin & destination.
@@ -169,7 +169,7 @@ def search_flights_realapi(args: dict) -> dict:
}
def search_flights(args: dict) -> dict:
def search_flights_example(args: dict) -> dict:
"""
Returns example flight search results in the requested JSON format.
"""