According to the URL conventions, it is possible to customize the pluralization, endpoint path and host for the REST adapter. I have a model called VoiceMenu
, and the adapter is performing requests to api/voice-menus/
, as per the URL-conventions. But they should instead be sent to api/voicemenus/
. I do not want to change the name of my model.
How can I configure the REST adapter, for this particular model?