UNPKG

hybrisspm

Version:

Hybris Marketting API connector Library

18 lines (12 loc) 531 B
# JayData OData example JayData OData provider simple example using an OData V4 endpoint. ``` git clone https://github.com/jaystack/jaydata-odata-example.git cd jaydata-odata-example npm install ``` From browser just open index.html. Form node.js run ```node index.js``` For TypeScript example run ```tsc index-typescript.ts && node index-typescript.js``` ## IMPORTANT The example uses [odata4-webapi-endpoint](https://github.com/jaystack/odata4-webapi-endpoint) as data source, running on ```http://localhost:9000/odata```.