Add Poster url and Add pandas

This commit is contained in:
Esa Kataja
2024-11-17 13:04:24 +02:00
parent b32e689d11
commit f8609ac317
5 changed files with 127 additions and 18 deletions
+3
View File
@@ -21,6 +21,9 @@ class Movie(BaseModel):
release_date: datetime = Field(
description="Release date of the movie", examples=["2022-11-05"]
)
poster_url: str = Field(
description="Poster URL of the movie", examples=["https://..."]
)
showtime: datetime = Field(
description="Showtime of the movie", examples=["2024-12-01"]
)