Service Provider
Provider Key
const service = new wire.data.DataSource("sql", {
...
});Configuration
const Northwind = new wire.data.DataSource("sql", {
ServiceRoot: "http://localhost:1895",
Provider: {
ServiceId: "qs_ebi-appdev2",
SecretKey: "WireBootstrap$",
ConnectionId: "northwind_ebi-appdev2"
}
});Authentication
Content-Type
Connection
Allow
Last updated
Was this helpful?