wrstudios / reso_transport

A wrapper for interacting with RESO WebAPI
MIT License
7 stars 6 forks source link

Use enum value as-is rather than mapping to member name. #12

Closed conorbranagan closed 3 years ago

conorbranagan commented 3 years ago

Per this update (https://updates.bridgedataoutput.com/2020/11/02/metadata-update/) the member names no longer include space and instead the annotation name has spaces. If you map annotations back to the member name, it will translate something like "Jackson Heights" to "Jackson_Heights" which will not result in any query results.

Note this could have side-effects elsewhere but we will see after.