Lightmatter / welkin-health

A Python wrapper of the Welkin Health API
https://welkin.readthedocs.io
Other
4 stars 3 forks source link

Make `data_type` in `Formations.get` a string input #52

Closed samamorgan closed 1 year ago

samamorgan commented 1 year ago

We're currently requiring a user to import FormationDataType and pass in an enum to perform a get action. This should be a string input using the enum as a validator instead.

edcohen08 commented 1 year ago

Resolved in #58