From 30355d90858eaccd6dedd09f6811d3d112e400a2 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Wed, 24 Apr 2019 11:44:37 +0200 Subject: Add initial documentation for DCAE SDK Change-Id: Ic6b480fe058f87b74a716e2e5eee1b1d1ea9cd64 Issue-ID: DCAEGEN2-1447 Signed-off-by: pwielebs --- docs/sections/apis/SDK.rst | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/sections/apis/SDK.rst (limited to 'docs/sections/apis') diff --git a/docs/sections/apis/SDK.rst b/docs/sections/apis/SDK.rst new file mode 100644 index 00000000..d44dda59 --- /dev/null +++ b/docs/sections/apis/SDK.rst @@ -0,0 +1,54 @@ +======== +DCAE SDK +======== + +:Date: 2019-04-29 + +.. contents:: + :depth: 3 +.. + +Overview +======== + +DCAE SDK contains utilities and clients which may be used for fetching configuration from CBS, consuming messages from DMaaP, interacting with A&AI, etc. SDK is written in Java. + +Introduction +============ + + SDK Maven dependencies (modules). + + .. code-block:: XML + + + 1.1.4 + + + + + org.onap.dcaegen2.services.sdk.rest.services + cbs-client + ${sdk.version} + + + + org.onap.dcaegen2.services.sdk.security.crypt + crypt-password + ${sdk.version} + + + + org.onap.dcaegen2.services.sdk + hvvesclient-producer-api + ${sdk.version} + + + + org.onap.dcaegen2.services.sdk + hvvesclient-producer-impl + ${sdk.version} + runtime + + + + \ No newline at end of file -- cgit 1.2.3-korg