Skip to content

property self_link is always '' #37

@securedimensions

Description

@securedimensions

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 -><-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions