RWTH-EBC / FiLiP

FIWARE Library for Python (FiLiP) to work with FIWARE API
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Intergrate the `keyValues` endpoints with the normal ones #281

Open djs0109 opened 4 months ago

djs0109 commented 4 months ago

Is your feature request related to a problem? Please describe. Updating entities with keyValues form is now supported by update_entity_key_values and update_entity_attributes_key_values. However, the request options like append, overrideMetadata, forcedUpdate are not implemented

Describe the solution you'd like We should consider intergrade the keyvalues support into the normal functions, which would make the code easier to maintain

djs0109 commented 4 months ago

Check official docs: https://fiware-orion.readthedocs.io/en/master/orion-api.html#update-attribute-value-put-v2entitiesentityidattrsattrnamevalue

github-actions[bot] commented 1 week ago

Branch 281-Intergrade-the-keyValues-endpoints-with-the-normal-ones created!