odata2ts icon indicating copy to clipboard operation
odata2ts copied to clipboard

Common Data Model for Test Server Implementations

Open texttechne opened this issue 1 year ago • 2 comments

All public available OData services are more or less buggy and don't encompass all the OData functionality. Hence, it would be nice to have custom test server implementations. The following technologies come to mind:

  • C# / AspNet (we can borrow from magic-odata here)
  • CAP (typical bookshop example already exists in example folder)
  • Olingo

Shortly discussed with @ShaneGH the need to provide a common data model which is suitable to test as many OData features as possible. And this is what this ticket is about: Defining this common data model.

@ShaneGH you already provided the first step in your test implementation with the legendary OneOfEverything model, so that all data types are testable (Edm.Binary and Edm.Stream are special cases for me outside of that model). More thoughts and ideas?

texttechne avatar May 10 '23 10:05 texttechne