You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance IMDB movie data model with additional fields
Add new metadata and ranking fields to the IMDB movie functionality, expanding the data model to support richer movie information. The CreateMovieRequest interface now requires additional metadata fields and ranking information, while the Movie interface has been restructured to remove the description field in favor of a metadata field and new rank field.
Key changes:
- Add metadata, more_metadata, and rank fields to CreateMovieRequest interface
- Replace description field with metadata field in Movie interface
- Add rank field to Movie interface
- Update documentation examples to include new required fields
- Remove User-Agent header from default client headers
- Update test fixtures to match new data model structure
🌿 Generated with Fern
* feat: enhance IMDB movie data model with additional fields
3
+
* Add new metadata and ranking fields to the IMDB movie functionality, expanding the data model to support richer movie information. The CreateMovieRequest interface now requires additional metadata fields and ranking information, while the Movie interface has been restructured to remove the description field in favor of a metadata field and new rank field.
4
+
* Key changes:
5
+
* Add metadata, more_metadata, and rank fields to CreateMovieRequest interface
6
+
* Replace description field with metadata field in Movie interface
7
+
* Add rank field to Movie interface
8
+
* Update documentation examples to include new required fields
9
+
* Remove User-Agent header from default client headers
10
+
* Update test fixtures to match new data model structure
0 commit comments