@foundry360/api
v0.8.8
Published
### Usage
Downloads
7
Keywords
Readme
Foundry360 API
Usage
Mocking data for resource endpoint
ConnectionResource.mock([
{
id: "e1b1b1b1-2171-4340-8726-04978e88bea5",
title: "REST API data",
type: "rest",
host: "https:api.foundry360.com",
auth_type: "none",
auth_params: {}
},{
id: "e1b1b1b1-2171-44b0-8726-04978e88bea5",
title: "Kinetica WMS data",
type: "rest",
host: "https:lwwuvpv.cloud.kinetica.com",
base_path: "cluster-develop/gpudb-0/wms",
auth_type: "basic",
auth_params: {
token: 'a2FkbWluOjQ0UzRWeEJkRiRTNG50MXNIZVZi'
}
}
])