You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TW-1242: update links and touch up "Get started" (#532)
This MR fixes several issues introduced when updating links from developer.here.com to their here.com/docs counterparts. In the process, the "Get started" documentation was touched up.
Resolves: TW-1242
Signed-off-by: Tom Papiernik <tomasz.papiernik@here.com>
For more details, see the [Data User Guide](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html).
42
-
43
21
## Get credentials
44
22
45
23
To work with catalog or service requests to the HERE platform, you need to get authentication and authorization credentials.
@@ -84,7 +62,8 @@ Data SDK for TypeScript has the following dependencies:
84
62
- npm 10+ (for installation instructions, see <ahref="https://www.npmjs.com/"target="_blank">npm</a>)
85
63
- Node.js 18+ (for installation instructions, see <ahref="http://nodejs.org"target="_blank">Node.js</a>)
86
64
87
-
> **Note:** As an alternative to npm, you can also use Yarn 1+ (for installation instructions, see <ahref="http://yarnpkg.com"target="_blank">Yarn</a>).
65
+
> #### Note
66
+
> As an alternative to npm, you can use Yarn. For installation instructions, see [Yarn documentation](https://yarnpkg.com/getting-started/install).
Copy file name to clipboardExpand all lines: docs/read-from-stream-layer.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This example shows how to read partition metadata and partition data from a stre
4
4
5
5
## Build and run an app on Node.js
6
6
7
-
Before you build an app, make sure that you installed all of the <ahref="https://github.com/heremaps/here-data-sdk-typescript#dependencies"target="_blank">dependencies</a>.
7
+
Before you build an app, make sure that you installed all of the [dependencies](GettingStartedGuide.md#dependencies).
8
8
9
9
**To build and run an app on Node.js:**
10
10
@@ -65,7 +65,7 @@ App works!
65
65
66
66
## Create `StreamLayerClient`
67
67
68
-
You can use the `StreamLayerClient` class to request data from the queue that streams data from a [stream layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#stream-layers). Once a consumer reads the data, the data is no longer available to that consumer, but the data remains available to other consumers.
68
+
You can use the `StreamLayerClient` class to request data from the queue that streams data from a [stream layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html#stream-layers). Once a consumer reads the data, the data is no longer available to that consumer, but the data remains available to other consumers.
69
69
70
70
Stream layers can be configured with retention time, or time-to-live (TTL) which results in unconsumed data being removed after a specified period.
71
71
@@ -119,9 +119,9 @@ Stream layers can be configured with retention time, or time-to-live (TTL) which
Youcanreadmessagesfroma [streamlayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/README.html#stream-layers) if you subscribe to the layer. The messages contain data and the following partition metadata:
124
+
Youcanreadmessagesfroma [streamlayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html#stream-layers) if you subscribe to the layer. The messages contain data and the following partition metadata:
125
125
126
126
-Datahandle
127
127
-ID
@@ -134,9 +134,9 @@ You can read messages from a [stream layer](https://www.here.com/docs/bundle/dat
134
134
135
135
1.Createthe`streamLayerClient`object.
136
136
137
-
Forinstructions, see [CreateStreamLayerClient]([#create-streamlayerclient](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layer-creating_2.html)).
137
+
Forinstructions, see [CreateStreamLayerClient](#create-streamlayerclient).
0 commit comments