2.3.4 • Published 3 months ago

@sap_oss/odata-library v2.3.4

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
3 months ago

OData library

REUSE status

A NodeJS library to access OData services provided by the Netweaver server.

Prerequisites

NodeJS is installed. Minimum version of NodeJS is 18.

Installation

$ npm  install @sap_oss/odata-library

Getting Started

const Service = require("@sap_oss/odata-library").Service;

let service = new Service(
  "https://username:password@localhost/path/to/service/"
);

service.init
  .then(() => {
    return service.Entity_Set_Name.get(1);
  })
  .then((result) => {
    console.log(result);
  });

Upgrade to version 1.x from 0.x

"ca" parameter is not supported (due to use fetch instead of superagent). Use environment variable NODE_EXTRA_CA_CERTS to define custom certificate authority.

export NODE_EXTRA_CA_CERTS=[your CA certificate file path]

Documentations

Contact Us

Jakub Vaclavik <jakub.vaclavik@sap.com>
Michal Nezerka <michal.nezerka@sap.com>
Norbert Volf <norbert.volf@sap.com>

License

Copyright (c) 2020-2021 SAP SE or an SAP affiliate company and odata-library contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

2.3.4

3 months ago

2.3.3

3 months ago

2.3.2

4 months ago

2.3.0

4 months ago

2.3.1

4 months ago

2.2.3

9 months ago

2.2.4

7 months ago

2.2.1

11 months ago

2.1.2

12 months ago

2.2.0

11 months ago

2.2.2

11 months ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.2

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.10.5

3 years ago

0.10.4

3 years ago

0.10.3

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.14

3 years ago

0.9.13

3 years ago

0.9.12

3 years ago

0.9.11

3 years ago

0.9.10

3 years ago

0.9.9

3 years ago

0.9.8

3 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago