DiamondLightSource / daq-config-server

For storing beamline-specific parameters and constants, feature flags etc.
Apache License 2.0
1 stars 0 forks source link

We should urlencode path parameters using something like `urllib.parse.quote()` #53

Open dperl-dls opened 1 month ago

dperl-dls commented 1 month ago
          We should urlencode path parameters using something like `urllib.parse.quote()` - looks like requests does not have a convenient way to encode them and only supports query params.

_Originally posted by @rtuck99 in https://github.com/DiamondLightSource/daq-config-server/pull/49#discussion_r1675567728_