File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
core/src/main/java/io/snabble/sdk Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33
44## UNRELEASED
55### Added
6+ * core: provide links for external usage (APPS-2426)
67### Changed
78### Removed
8- ui: Remove ProductConfirmationDialog (APPS-2411)
9- ui: Fix multiple cancellation events in RoutingTargetGateKeeperView (APPS-2441)
9+ * ui: Remove ProductConfirmationDialog (APPS-2411)
10+ * ui: Fix multiple cancellation events in RoutingTargetGateKeeperView (APPS-2441)
1011### Fixed
1112
1213## [ 0.80.17]
Original file line number Diff line number Diff line change @@ -535,6 +535,9 @@ object Snabble {
535535 return jsonElement?.asJsonObject
536536 }
537537
538+ val links: JsonObject ?
539+ get() = metadataDownloader.jsonObject?.get(" links" )?.asJsonObject
540+
538541 @Synchronized
539542 private fun readMetadata () {
540543 metadataDownloader.jsonObject?.let { jsonObject ->
You can’t perform that action at this time.
0 commit comments