{"id":18542158,"url":"https://github.com/heremaps/here-data-sdk-typescript","last_synced_at":"2025-04-05T12:02:00.721Z","repository":{"id":40757226,"uuid":"211865572","full_name":"heremaps/here-data-sdk-typescript","owner":"heremaps","description":"The HERE Data SDK for TypeScript is a modern, lightweight and modular SDK for the HERE platform","archived":false,"fork":false,"pushed_at":"2024-10-27T18:20:28.000Z","size":7228,"stargazers_count":33,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T11:03:35.164Z","etag":null,"topics":["authentication","data-sdk","javascript","oauth-client","olp","sdk","typescript"],"latest_commit_sha":null,"homepage":"https://www.here.com/products/platform","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heremaps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-30T13:24:46.000Z","updated_at":"2025-02-13T08:26:37.000Z","dependencies_parsed_at":"2024-10-27T19:48:41.156Z","dependency_job_id":"cc437688-32c9-4eba-a200-835dcf053dbd","html_url":"https://github.com/heremaps/here-data-sdk-typescript","commit_stats":{"total_commits":486,"total_committers":20,"mean_commits":24.3,"dds":0.5390946502057613,"last_synced_commit":"9ffcf8f3e264cc9a9d7e3b7bea65dcd52189e431"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhere-data-sdk-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhere-data-sdk-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhere-data-sdk-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heremaps%2Fhere-data-sdk-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heremaps","download_url":"https://codeload.github.com/heremaps/here-data-sdk-typescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332556,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","data-sdk","javascript","oauth-client","olp","sdk","typescript"],"created_at":"2024-11-06T20:07:34.649Z","updated_at":"2025-04-05T12:02:00.696Z","avatar_url":"https://github.com/heremaps.png","language":"TypeScript","readme":"# HERE Data SDK for TypeScript\n\nHERE Data SDK for TypeScript is a TypeScript client for the \u003ca href=\"https://platform.here.com\" target=\"_blank\"\u003eHERE platform\u003c/a\u003e.\n\n## Use the SDK\n\nTo learn how to install and use the Data SDK, see the \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/blob/master/docs/GettingStartedGuide.md\" target=\"_blank\"\u003eGetting Started Guide\u003c/a\u003e and \u003ca href=\"https://developer.here.com/documentation/sdk-typescript/dev_guide/index.html\" target=\"blank\"\u003eDeveloper Guide\u003c/a\u003e.\n\n## Health check\n\n### Build and test\n\n| Master                      | Node version       | Status                                                                                                                                                                                                                             |\n| :-------------------------- | :----------------- |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Build/Test/Bundling/Typedoc | Node 18.17.1 (LTS) | \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/actions/workflows/ci.yml\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/heremaps/here-data-sdk-typescript/actions/workflows/ci.yml/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e |\n\n### Test coverage\n\n| Platform | Status                                                                                                                                                                                                              |\n| :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| Linux    | \u003ca href=\"https://codecov.io/gh/heremaps/here-data-sdk-typescript/\" target=\"_blank\"\u003e\u003cimg src=\"https://codecov.io/gh/heremaps/here-data-sdk-typescript/branch/master/graph/badge.svg\" alt=\"Linux code coverage\"/\u003e\u003c/a\u003e |\n\n## Backward compatibility\n\nWe try to develop and maintain our API in a way that preserves its compatibility with the existing applications. Changes in Data SDK for TypeScript are greatly influenced by the Data API development. Data API introduces breaking changes 6 months in advance. Therefore, you may need to migrate to a new version of Data SDK for TypeScript every half a year.\n\nFor more information on Data API, see its \u003ca href=\"https://developer.here.com/documentation/data-api/data_dev_guide/index.html\" target=\"_blank\"\u003eDeveloper Guide\u003c/a\u003e and \u003ca href=\"https://developer.here.com/documentation/data-api/api-reference.html\" target=\"_blank\"\u003eAPI Reference\u003c/a\u003e.\n\nWhen new API is introduced in Data SDK for TypeScript, the old one is not deleted straight away. The standard API deprecation time is 6 months. It gives you time to switch to new code. However, we do not provide API backward compatibility.\n\nLearn more about deprecated methods, functions, and parameters in the Data SDK for TypeScript \u003ca href=\"https://developer.here.com/documentation/sdk-typescript/api_reference/index.html\"  target=\"_blank\"\u003eAPI Reference\u003c/a\u003e and \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/blob/master/CHANGELOG.md\" target=\"_blank\"\u003echangelog\u003c/a\u003e.\n\nFor more information on Data SDK for TypeScript, see our \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/blob/master/docs/GettingStartedGuide.md\" target=\"_blank\"\u003eGetting Started Guide\u003c/a\u003e and \u003ca href=\"https://developer.here.com/documentation/sdk-typescript/dev_guide/index.html\" target=\"blank\"\u003eDeveloper Guide\u003c/a\u003e.\n\n## About this repository\n\nThe Data SDK repository is a monorepo that contains the core components of the platform SDK organized in the NPM workspace.\n\nAll components can be used stand-alone and are in the \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/tree/master/%40here\" target=\"_blank\"\u003e@here\u003c/a\u003e subdirectory.\n\n## LICENSE\n\nCopyright (C) 2019-2024 HERE Europe B.V.\n\nFor license details, see the \u003ca href=\"https://github.com/heremaps/here-data-sdk-typescript/blob/master/LICENSE\" target=\"_blank\"\u003eLICENSE\u003c/a\u003e file in the root of this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fhere-data-sdk-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheremaps%2Fhere-data-sdk-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheremaps%2Fhere-data-sdk-typescript/lists"}