igdb-dotnet
igdb-dotnet copied to clipboard
API update: Collections
Changes to Collection: As part of our migration from a 1:many to a many:many relationship between games and series (collections), we have migrated the data that used to be in the old collection field into the new collections field in the games endpoint. From collections, this can be found through the existing games filed. For the next 6 months (until August 2024) we will serve the data in both locations, then we will deprecate the collection field in the games endpoint and the games field in the collections endpoint
Actions required:
- If you consume series (collection) data at some point in the next six months:
- Move from the collection field to the collections field in the games endpoint.
- [ ] Remove
Collection
from model - [ ] Add
Collections