merge-api / merge-python-client

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

Does merge.dev list enumerated values anywhere? #93

Closed jaredsohn closed 2 months ago

jaredsohn commented 2 months ago

Question isn't specifically about this client but not sure where to ask dev questions about merge.dev.

I want to include a linkedin url for a candidate and I'm not seeing which values are allowed for url_type. If I look at data I see 'LinkedIn' as a raw_value but the value is MERGE_NONSTANDARD_VALUE. Assume that means I can read and not set it.

jaredsohn commented 2 months ago

Never mind; see it in code

https://github.com/merge-api/merge-python-client/blob/f5df8b62751b2697a5dc7c19ab575739cb8a3053/src/merge/resources/ats/types/url_type_enum.py#L23