From db32121ad03a02c7df774786ae0f413c62be195f Mon Sep 17 00:00:00 2001 From: Giannis Kepas Date: Tue, 4 Mar 2025 17:55:11 +0200 Subject: [PATCH] add postman workspace --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 48a23c8..8d5f321 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,9 @@ To support more NGSI-LD models: 1. Add a new type mapping in ``typeMaps/`` 2. Extend NGSITranslator.js to handle the new entity type 3. Modify generalControllers.js to process the new queries + +## Testing + +In order to test the broker and the http bridge you can use the sample queries provided at the following Postman workspace: + +**https://www.postman.com/payload-geoscientist-32828968/scorpio-broker-registration/overview** -- GitLab