-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Unfortunately, with OpenAI's acquisition of Rockset, it has become unreasonable to migrate and maintain multiple copies of years-old data. For this reason, V1 and V2 will discontinued down on September 29th, 2024. If your applications depend on these versions, you need to migrate to V3 by this date to keep your application running.
Migration to V3:
- Category
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/category/creatures - V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/category/creatures - Breaking changes: The
foodandnon_foodkeys no longer exist. All entries are now siblings under a single array.
- V2 Endpoint:
- All entries
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2 - V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium - Breaking changes: Entries are no longer nested under categories. All entries are now siblings under a single array.
- V2 Endpoint:
- Master mode entry
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/master_mode/entry/golden_bokoblin - V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/master_mode/entry/golden_bokoblin - Breaking changes: The
foodandnon_foodkeys no longer exist. All entries are now siblings under a single array.
- V2 Endpoint:
- Entry
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/entry/horse - V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse - Breaking changes: Probably none. See V3 entry schemas.
- V2 Endpoint:
- Entry image
- V2 Endpoint:
https://botw-compendium.herokuapp.com/api/v2/entry/horse/image - V3 Endpoint:
https://botw-compendium.herokuapp.com/api/v3/compendium/entry/horse/image - Breaking changes: None
- V2 Endpoint:
To see new V3 features, please look at the ticked boxes under #30.
Metadata
Metadata
Assignees
Labels
No labels