thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
140 stars 13 forks source link

Set some fields to nullable in Link #325

Open rmortes opened 6 months ago

rmortes commented 6 months ago

The properties prev and next in Links can be returned as null which gives errors with some API generators on runtime (https://github.com/astahmer/openapi-zod-client)