RDFLib / pyLDAPI

A very small module to add Linked Data API functionality to a Python Flask installation
BSD 3-Clause "New" or "Revised" License
41 stars 11 forks source link

Hand _render_alternates_view() the self.uri value #2

Closed nicholascar closed 5 years ago

ashleysommer commented 5 years ago

Im making some updates to pyldapi. What is this issue about? Why does _render_alternates_view() need/want the self.uri value. Also, why does it need to be handed it, it is an instance method so it can just call self.uri if it needs to get the instance property uri from itself.

ashleysommer commented 5 years ago

I see this issue is a copy of this one: https://github.com/CSIRO-enviro-informatics/pyldapi/issues/2

Is it still relevant?

nicholascar commented 5 years ago

No longer relevant, closing.