2.0.0 • Published 12 days ago

@here/olp-sdk-core v2.0.0

Weekly downloads
218
License
Apache-2.0
Repository
github
Last release
12 days ago

HERE Data SDK Core Library

Overview

This repository contains the complete source code for the HERE Data SDK Core for TypeScript @here/olp-sdk-core project. olp-sdk-core is a TypeScript library that contains the common code for @here/olp-sdk-dataservice-read, @here/olp-sdk-dataservice-api, and @here/olp-sdk-authentication.

Directory Layout

Here is an overview of the top-level files of the repository:

|
+- @here/olp-sdk-core
                    |
                    +- lib    # Implementation of the project
                    |
                    +- test   # Test code

Development

Prerequisites

The following NPM packages are required to build/test the library:

- node: >= 10.0.0
- npm: >= 6.0.0

Build

Open a command prompt of the working tree's root directory and type:

npm install
npm run build

Test

Open a command prompt of the working tree's root directory and type:

npm run test

Generate a Bundle

If you want to have a compiled project, you can use bundle commands. After running each of the following commands in the @here/olp-sdk-dataservice-read folder from the root folder, you get the JavaScript bundled files.

To get bundled files with a source map, run:

npm run bundle

To get minified version for production, run:

npm run bundle:prod

To get bundled and minified JavaScript files, run:

npm run prepublish-bundle

LICENSE

Copyright (C) 2020-2023 HERE Europe B.V.

For license details, see the LICENSE.

2.0.0

12 days ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago