-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGSI API v2 #263
Comments
Hi @etatus, we are working on updating the NGSI bindings to API v2, but is not ready yet, sorry. Anyway, the |
Hi @etatus, I have checked it, and the NGSI API is working for structured values, the only thing to take into account is that the NGSI v1 converts leaf nodes into strings. You can follow the progress in adding NGSI v2 support in the conwetlab/ngsijs#9 ticket |
Thank you for your answer. I'm developing a widget to allow editing attributes, and API v1 not only treats all attributes as strings but also requires "type": "StructuredValue" for complex (structured) attributes. Therefore, attributes from a GeoJSON object ("type":"geo:json") cannot be updated. Do you have a roadmap to know when the "Update entity attributes" / "Update attribute" functions will be available? |
We are working on adding NGSIv2 support to the |
Great news! Thank you very much. |
Do you plan to update the NGSI.js API to Orion API v2?. Version v1 is very limited. Specifically, the updateContext function treat all the attributes to update as strings.
The text was updated successfully, but these errors were encountered: