Swirrl / drafter

A clojure service and a client to it for exposing data management operations to PMD
Other
0 stars 0 forks source link

extension to drafter#577: allow base URI to be passed to each route. #589

Closed ricroberts closed 2 years ago

ricroberts commented 2 years ago

Allow supplying a different base-uri as an optional request parameter on each append/delete data route

scottlowe commented 2 years ago

This is now part of the larger JSON-LD PR here: https://github.com/Swirrl/drafter/pull/564

scottlowe commented 2 years ago

This feature was implemented. However, it was later decided that we did not want the ability to provide a different base-uri along with an uploaded file.

Rick couldn’t find any precedent for including an option to override base-uri in any existing RDF services, so we want to align with that expectation and also the (probably) good reasons for not doing that.