diff options
author | 2018-09-20 15:18:42 +0000 | |
---|---|---|
committer | 2018-09-20 15:18:42 +0000 | |
commit | e7045aa2c572410e4ab4143fc4c570a8826157e3 (patch) | |
tree | 96a6f1ab32a18a4ce04faa868e1598962a31fee7 /docs/data-router/data-router.rst | |
parent | 9c8a0690aa5a1e22332e78f685362af5b4a8fbe5 (diff) | |
parent | 8dde0cc7824e32f1a829b1528fa0e61a5707098f (diff) |
Merge "User guide documentation for data router"
Diffstat (limited to 'docs/data-router/data-router.rst')
-rwxr-xr-x | docs/data-router/data-router.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst index ecce2096..aaee3851 100755 --- a/docs/data-router/data-router.rst +++ b/docs/data-router/data-router.rst @@ -1,10 +1,15 @@ +.. _data_router_api_guide:
+
==========================
Data Router (DR) API Guide
==========================
Introduction
------------
-The DataRouter(DR) provisioning API is an HTTPS-based, REST-like API for creating and managing DR feeds and subscriptions. The Data Routing System project is intended to provide a common framework by which data producers can make data available to data consumers and a way for potential consumers to find feeds with the data they require.
+The DataRouter(DR) provisioning API is an HTTPS-based, REST-like API for creating and managing DR feeds
+and subscriptions. The Data Routing System project is intended to provide a common framework by which
+data producers can make data available to data consumers and a way for potential consumers to find feeds
+with the data they require.
HTTP Service APIs
|