Turso integration (Developer Tools, Data). Imported from open-connector.
https://api.turso.tech/v1/organizations
/v1/organizations/{organizationSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
/v1/locations
/v1/organizations/{organizationSlug}/groups
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
/v1/organizations/{organizationSlug}/groups/{groupName}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
| name | string | required | The Turso group name. |
| groupName | string | required | Path parameter: groupName |
/v1/organizations/{organizationSlug}/groups
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
| name | string | required | The Turso group name. |
| location | string | required | The primary Turso location code for the group. |
| extensions | string | optional | The extensions to enable for new databases in the group. |
/v1/organizations/{organizationSlug}/databases
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
/v1/organizations/{organizationSlug}/databases/{databaseName}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
| name | string | required | The Turso database name. |
| databaseName | string | required | Path parameter: databaseName |
/v1/organizations/{organizationSlug}/databases
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
| name | string | required | The Turso database name. |
| group | string | required | The Turso group where the database should be created. |
/v1/organizations/{organizationSlug}/databases/{databaseName}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationSlug | string | required | The organization slug used in the Turso API path. |
| name | string | required | The Turso database name. |
| databaseName | string | required | Path parameter: databaseName |