Building a Data Connector
Create the Provider
const JsonPlaceHolderServiceProvider = function (config) {
const datasource = config.dataSource;
...
}Provider Configuration
const source = new wire.data.DataSource("jsonplaceholder", {
...
Provider: {
apiKey: "my-test-key"
}
});Register the Provider
Allow
Execute Queries
DataTable Transform
Putting It All Together
Last updated
Was this helpful?