From d477c97833b11d7d23d580cbfdf97c19e40de48b Mon Sep 17 00:00:00 2001 From: Benoit Orihuela Date: Fri, 10 May 2024 13:01:18 +0200 Subject: [PATCH 1/2] feat: add kngsild library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d1b6a3..5a35c2a 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The FIWARE Catalogue holds the list of official curated contributions to the FIW - [Grafana Map Panel](https://grafana.com/grafana/plugins/orchestracities-map-panel/) - Plugin for QuantumLeap/Grafana adds GeoJSON support, icons, popup support and multilayer visualizations to the Grafana Geomap panel. - [node-red-contrib-letsfiware-NGSI](https://github.com/lets-fiware/node-red-contrib-letsfiware-NGSI) - Node-RED implementation for NGSI-v2. - [node-red-contrib-NGSI-LD](https://github.com/lets-fiware/node-red-contrib-NGSI-LD) - Node-RED implementation for NGSI-LD. +- [Kotlin / Java NGSI-LD client](https://github.com/stellio-hub/kngsild) - A Kotlin, Java compatible, library that helps building NGSI-LD entities with a fluent API and allows to interact with a NGSI-LD Context Broker. ### Security From cdb61af2978ebecf9b8e7d5c6d48e7f782bd9038 Mon Sep 17 00:00:00 2001 From: Benoit Orihuela Date: Fri, 10 May 2024 13:02:07 +0200 Subject: [PATCH 2/2] fix name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a35c2a..aae9c70 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ The FIWARE Catalogue holds the list of official curated contributions to the FIW - [Grafana Map Panel](https://grafana.com/grafana/plugins/orchestracities-map-panel/) - Plugin for QuantumLeap/Grafana adds GeoJSON support, icons, popup support and multilayer visualizations to the Grafana Geomap panel. - [node-red-contrib-letsfiware-NGSI](https://github.com/lets-fiware/node-red-contrib-letsfiware-NGSI) - Node-RED implementation for NGSI-v2. - [node-red-contrib-NGSI-LD](https://github.com/lets-fiware/node-red-contrib-NGSI-LD) - Node-RED implementation for NGSI-LD. -- [Kotlin / Java NGSI-LD client](https://github.com/stellio-hub/kngsild) - A Kotlin, Java compatible, library that helps building NGSI-LD entities with a fluent API and allows to interact with a NGSI-LD Context Broker. +- [Kotlin NGSI-LD client](https://github.com/stellio-hub/kngsild) - A Kotlin, Java compatible, library that helps building NGSI-LD entities with a fluent API and allows to interact with a NGSI-LD Context Broker. ### Security