@here/olp-sdk-core
v2.0.0
Published
Core features of the HERE Data Platform
Readme
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 codeDevelopment
Prerequisites
The following NPM packages are required to build/test the library:
- node: >= 10.0.0
- npm: >= 6.0.0Build
Open a command prompt of the working tree's root directory and type:
npm install
npm run buildTest
Open a command prompt of the working tree's root directory and type:
npm run testGenerate 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 bundleTo get minified version for production, run:
npm run bundle:prodTo get bundled and minified JavaScript files, run:
npm run prepublish-bundleLICENSE
Copyright (C) 2020-2023 HERE Europe B.V.
For license details, see the LICENSE.
