metal-toolbox/conditionorc

replace redundant Record field in the ConditionResponse

Closed this issue · 0 comments

feels redundant to have a singular and multiple fields that are basically the same thing.
Also the difference between `ConditionResponse` and `ConditionsResponse` is hard to discern and a code-maintenance drag.
Consider only allowing the multiple-response type and explicitly allowing `len(Records)>=0`.

Originally posted by @DoctorVin in #1 (comment)