tudamp

Results 4 comments of tudamp

Hi Alvaro, thank you for your reply. According to the documentation about service groups: They are identified by an apikey and a resource and mapped to a particular entity type....

Perhaps this should be made clearer in the documentation, because at present it seems to describe a different behaviour (at least in my interpretation of the text). The problem I...

Ok the problem seems to be in "to_python" of UUID field. ``` python def to_python(self, value): if not self._binary: original_value = value try: if not isinstance(value, basestring): value = unicode(value)...

Thank you for your attention! I realised that it is sufficient to have a registered subscription and then query V2 API ```bash curl -X POST -H 'fiware-service: test' -H 'fiware-servicepath:...