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