DiamondLightSource / daq-config-server

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

Decide whether to change method for getting some beamline parameters #56

Open dperl-dls opened 1 month ago

dperl-dls commented 1 month ago

To specify a list of beamline parameters to get, it's nicer to use an array in the body of the request. This is fine for most cases, but browsers don't generally support adding bodies to GET requests. This operation is clearly a GET, though.

dperl-dls commented 1 month ago

some debate here: https://stackoverflow.com/questions/2602043/rest-api-best-practice-how-to-accept-list-of-parameter-values-as-input