janhommes / o.js

o.js - client side oData lib.
https://janhommes.github.io/o.js/example/
MIT License
238 stars 57 forks source link

Will o.js ever support $metadata client-generation? #57

Closed be236 closed 6 years ago

be236 commented 6 years ago

If my service has $metadata available, can o.js make use of it and generate client-code from that, similar to Java Olingo OData module or C#?

janhommes commented 6 years ago

Don't think that this is possible. o.js was designed as a JavaScript typeless easy to use lib. To use the $metadata prop we need to switch to TypeScript.