Open MickL opened 6 years ago
Requiring the primary key to be called 'id' is a HUGE problem. I'm mapping to / reading from a data file that uses 'id' to mean something completely different from what my primary key is / should be. To use this in-memory-web-api I'll have to translate YOUR primary key id to my primary key name -- this is not only inconvenient but extremely confusing. PLEASE fix this -- thanks.
According to readme:
And:
Which kind of contradict each other, don't they? Anyway there should be the option to have no id what so ever. For example the following response is not possible to generate:
I know the readme says you don't want to make every API possible. But why won't you? This module is great why not develop it further than for Tour of Heroes? Should we fork it and develop it independently?