Mrtcndkn / jaydata-odata-example

JayData OData example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 as data source, running on http://localhost:9000/odata.

About

JayData OData example


Languages

Language:JavaScript 84.2%Language:TypeScript 11.1%Language:HTML 4.7%