Licence
All Rights Reserved
Version
1.1.1
Deps
5
Size
8 kB
Vulns
1
Weekly
0
Cloud SDK Normalizr
Create normalizr schemata from OData-Entities generated by the SAP Cloud SDK for JavaScript
Install
Install from the NPM repository using yarn or npm:
yarn add cloud-sdk-normalizr
npm install cloud-sdk-normalizr
Example Usage
import { normalize, createSchema } from 'cloud-sdk-normalizr';
//...
const schema = createSchema(ExampleItem1, ['ExampleItem1', 'ExampleItem2']);
const result = normalize(exampleItem1Data, schema);