BaseRom
REST endpoint: https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/BaseRom
| Field | Type | Attributes |
|---|---|---|
| id | String | @id |
| name | String | @unique |
| game | Game | @relation |
| gameId | String | |
| gameRom | GameRom | @relation |
| gameRomId | String | |
| createdAt | DateTime | |
| updatedAt | DateTime | @updatedAt |
| branches | BaseRomBranch[] | |
| files | BaseRomFile[] | |
| projects | Project[] |
cURL Example
curl "https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/BaseRom?select=*" \
-H "apikey: sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV" \
-H "Authorization: Bearer sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV"