@here/olp-sdk-dataservice-api
TypeScript icon, indicating that this package has built-in type declarations

1.13.1 • Public • Published

DataService API Library

Overview

This API is generated directly from the official OpenAPI (former Swagger) definition of the Data API.

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-api 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

Use a Bundle from CDN

Add minified JavaScript files to your html:

<!DOCTYPE html>
<html lang="en">
    <head>
        <script src="https://unpkg.com/@here/olp-sdk-dataservice-api/bundle.umd.min.js"></script>
    </head>
    <body></body>
</html>

LICENSE

Copyright (C) 2019-2021 HERE Europe B.V.

For license details, see the LICENSE.

Readme

Keywords

none

Package Sidebar

Install

npm i @here/olp-sdk-dataservice-api

Weekly Downloads

1,072

Version

1.13.1

License

Apache-2.0

Unpacked Size

1.59 MB

Total Files

41

Last publish

Collaborators

  • here-bot
  • here-maps
  • heremaps