GameRom
REST endpoint: https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/GameRom
| Field | Type | Attributes |
|---|---|---|
| id | String | @id |
| crc | Int | @unique |
| meta | Json? | |
| game | Game | @relation |
| gameId | String | |
| region | Region? | @relation |
| regionId | String? | |
| createdAt | DateTime | |
| updatedAt | DateTime | @updatedAt |
| branches | GameRomBranch[] | |
| baseRoms | BaseRom[] |
cURL Example
curl "https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/GameRom?select=*" \
-H "apikey: sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV" \
-H "Authorization: Bearer sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV"