WilkinsonK / xapi-oxidized

XNAT web API client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

URIBuilder property methods to allow Option values #25

Open WilkinsonK opened 2 months ago

WilkinsonK commented 2 months ago

After some time of taking the URIBuilder implementations for a test drive, it has become apparent that users should be allow to pass optional values to the implemented with_ methods.

Doing so, or at the very least modifying the exising implementation to allow for options would be most advantageous. Specifically, re-writing how these methods are constructed should collapse the development cost down stream when trying to discern different paths for a single method or function.

WilkinsonK commented 2 months ago

This might be a wont-fix situation. After some preemptive experimentation, this adds more problems than it solves. This could just be an issue with the present usage, but the implementation doesn't seem to make sense.