@salesforce/lds-adapters-industries-gdf-information-lib 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ #%RAML 1.0 Overlay
2
+ extends: ./api.raml
3
+
4
+ uses:
5
+ luvio: luvio://annotations.raml
6
+
7
+ (luvio.keyPrefix): 'gdf-information-lib'
8
+ types:
9
+ DeleteTopicOutputRepresentation:
10
+ (luvio.ttl): 1000
11
+ (luvio.opaque): true
12
+ (luvio.key):
13
+ message: message
14
+ SnippetRelatedTopicsOutputRepresentation:
15
+ (luvio.ttl): 10000
16
+ (luvio.opaque): true
17
+
18
+ /connect:
19
+ /gdf/information-library:
20
+ /delete-topic-record:
21
+ post:
22
+ (luvio.adapter):
23
+ name: postDeleteTopic
24
+ /snippet/related-topics:
25
+ get:
26
+ (luvio.adapter):
27
+ name: getSnippetRelatedTopicsListView