OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
686 stars 349 forks source link

TypeScript alternative for the OData v4 Client Code Generator? #1798

Open henrikdahl8240 opened 4 years ago

henrikdahl8240 commented 4 years ago

Can some of you suggest some alternative for the OData v4 Client Code Generator, i.e. https://marketplace.visualstudio.com/items?itemName=bingl.ODatav4ClientCodeGenerator, which generates TypeScript?

Or alternatively, do some of you know of some other reasonable way of using an OData server from TypeScript?

marabooy commented 4 years ago

@henrikdahl8240 from the OData libraries, it seems Breeze.js and Olingo OData.Js have some good support for typescript. However they may not have the same capabilities to generate client entities/interfaces like the client code generator or connected service.

marabooy commented 4 years ago

@henrikdahl8240 This is a great suggestion, we will look at what it would take to bring support to form a typescript client.