Skip to content

property self_link is always '' #37

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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