cloud-sdk-normalizr
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Cloud SDK Normalizr

codecov

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);

Readme

Keywords

none

Package Sidebar

Install

npm i cloud-sdk-normalizr

Weekly Downloads

2

Version

1.1.1

License

All Rights Reserved

Unpacked Size

8.04 kB

Total Files

6

Last publish

Collaborators

  • sinnaj-r