FraunhoferIOSB / FROST-Python-Client

Python Client Library for FROST.
GNU Lesser General Public License v3.0
8 stars 8 forks source link

property self_link is always '' #37

Open securedimensions opened 5 months ago

securedimensions commented 5 months ago

Description

For all created entities, the self_link is always ''

Reproduce the error

...
point = Point((-115.81, 37.24))
location = fsc.Location(name="here", description="and there", location=point, encoding_type='application/geo+json')
service.create(location)
print('->' + location.self_link + '<-')

prints -><-