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
<ahref="https://cmake.org/download/"target="_blank">CMake</a> is the main build system. The minimal required version of CMake is 3.9.
73
73
74
-
CMake downloads <ahref="https://github.com/google/leveldb"target="_blank">LevelDB</a>, <ahref="https://github.com/google/snappy"target="_blank">Snappy</a>, <ahref="https://github.com/Tencent/rapidjson"target="_blank">RapidJSON</a>, and <ahref="https://www.boost.org/"target="_blank">Boost</a>. To disable downloading, set `OLP_SDK_BUILD_EXTERNAL_DEPS` to `OFF`. For details on CMake flags, see the [related](#cmake-flags) section.
74
+
CMake downloads <ahref="https://github.com/google/leveldb"target="_blank">LevelDB</a>, <ahref="https://github.com/google/snappy"target="_blank">Snappy</a>, and <ahref="https://www.boost.org/"target="_blank">Boost</a>. To disable downloading, set `OLP_SDK_BUILD_EXTERNAL_DEPS` to `OFF`. For details on CMake flags, see the [related](#cmake-flags) section.
75
75
76
76
**To build the Data SDK:**
77
77
@@ -175,4 +175,4 @@ HERE Data SDK for C++ contains several example programs that demonstrate some of
175
175
-[Read example](dataservice-read-catalog-example.md) – demonstrates how to get catalog and partition metadata, as well as partition data.
176
176
-[Read example for a stream layer](dataservice-read-from-stream-layer-example.md) – demonstrates how to get data from a stream layer.
177
177
-[Cache example](dataservice-cache-example.md) – demonstrates how to get partition data and work with a mutable and protected cache.
178
-
-[Write example](dataservice-write-example.md) – demonstrates how to publish data to the HERE platform.
178
+
-[Write example](dataservice-write-example.md) – demonstrates how to publish data to the HERE platform.
Copy file name to clipboardExpand all lines: docs/work-with-data-apis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The example below demonstrates how to use the `olp::client::OlpClient` class fro
59
59
}
60
60
```
61
61
62
-
5. If the check passed and the status of the received `olp::client::HttpResponse` is `olp::http::HttpStatusCode::OK` (that is 200 OK), extract the encoded JSON from the response and parse it using RapidJSON or any other JSON parsing library.
62
+
5. If the check passed and the status of the received `olp::client::HttpResponse` is `olp::http::HttpStatusCode::OK` (that is 200 OK), extract the encoded JSON from the response and parse it using JSON parsing library.
0 commit comments