Generated from the OpenAPI specification of the HERE Open Location Platform Data API
npm install @here/olp-sdk-dataservice-apiThis API is generated directly from the official OpenAPI (former Swagger) definition of the Data API.
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-api folder from the root folder, you get the JavaScript bundled files.
To get bundled files with a source map, run:
``sh`
npm run bundle
To get minified version for production, run:
`sh`
npm run bundle:prod
To get bundled and minified JavaScript files, run:
`sh`
npm run prepublish-bundle
Add minified JavaScript files to your html:
`html``
Copyright (C) 2019-2023 HERE Europe B.V.
For license details, see the LICENSE.