Add JsonProperty attributes to models
Opened this issue · 0 comments
leslie-heinzen commented
API contains lots of snake_case properties. Use JsonProperty to de-serialize correctly.
Tempted to just use something like NSwagStudio to auto-gen the types as a first pass.