igdb-dotnet icon indicating copy to clipboard operation
igdb-dotnet copied to clipboard

API update: Collections

Open kamranayub opened this issue 11 months ago • 0 comments

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

kamranayub avatar Mar 07 '24 15:03 kamranayub