Data Sources
Overview
import {vectorTableSource} from '@carto/api-client'
const data = vectorTableSource({
accessToken: 'XXX',
connectionName: 'carto_dw',
tableName: 'carto-demo-data.demo_tables.chicago_crime_sample'
});Source base properties
type SourceOptions = {
accessToken: string;
connectionName: string;
apiBaseUrl?: string;
clientId?: string;
headers?: Record<string, string>;
};List of available data sources
Using data sources
Last updated
Was this helpful?
