merge-api / merge-python-client

The Python SDK for accessing various Merge Unified APIs
Other
6 stars 11 forks source link

Lexicographic order #59

Open arjunadeltoso opened 11 months ago

arjunadeltoso commented 11 months ago

It would be amazing if the items composing these constants could be sorted to make it easier / faster to find the one I need.

https://github.com/merge-api/merge-python-client/blob/2253ddefa3ed2b88d40de1215aa4898ea0315b95/src/merge/resources/hris/types/employees_list_request_expand.py#L9

Thanks

dsinghvi commented 11 months ago

@rmkonnur -- feels like the ideal behavior is to support a list of enums, would you agree? the comma concatenated enums dont feel that user friendly