pyeve / Eve.NET

Portable HTTP and REST Client for Web Services powered by the Eve Framework
http://python-eve.org
Other
21 stars 5 forks source link

EveContractResolver ResolvePropertyName issue #1

Closed ahmed-sherien closed 7 years ago

ahmed-sherien commented 7 years ago

The contract resolver transform the property name to lower case which breaks the case sensitive REST Service I'm using ... I think it should use the JsonProperty attribute

nicolaiarocci commented 7 years ago

Just curious, are you using a Eve-powered API in the backend?

ahmed-sherien commented 7 years ago

@nicolaiarocci my bad I thought it's a generic type of rest client ... thx for the enlightenment