DOI-USGS / SpiceQL

Spice Query Library
Other
0 stars 4 forks source link

Accept string for ets param #34

Open chkim-usgs opened 1 month ago

chkim-usgs commented 1 month ago

Updated the ets param for /getTargetOrientations and /getTargetStates to accept either string (assuming comma separated list of values) or None. This fixes a bug where a list of values for ets turns into /getTargetStates?ets=123&ets=456 and is not accepted in the endpoint's respective pyspiceql function that is called.