We will be building a Java/JS client that reads data from a server through ODATA.
What will be the easiest way to setup a stubbed ODATA server for our development and testing purposes. In the REST world I would have gone with MounteBank. Even this is doable using mountebank, only issue will be that i have to hard code all possible queries as a separate endpoint.
Is there a simpler way to do this?