mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Case sensitivity for resource / operation names should be the same as for parameters #17

Closed ebrpol closed 10 years ago

ebrpol commented 10 years ago

Now resource / operation names are case insensitive, and parameter names are treated case sensitive, which is unclear to API users.

I'd say, make parameter names case insensitive also.

E.g.:

Both

http://localhost:8080/rest/users?id=10

and

http://localhost:8080/rest/Users?Id=10

should be correct GET urls for calls