SAP / odata-library

Javascript library for processing OData protocol and developing OData clients.
Apache License 2.0
44 stars 15 forks source link

Web Version of this library? #48

Open MarcusNotheis opened 3 years ago

MarcusNotheis commented 3 years ago

Hey colleagues,

we received a feature request in UI5 Web Components for React (https://github.com/SAP/ui5-webcomponents-react/issues/2054) which is asking for an oData v2 Client. As our library is only taking care of the rendering part, it would be a great fit to use the odata-library for making the odata calls. If I have understood it correctly, this library is currently only supporting node environments. Are there any plans to release a "web" version that runs on the clients? Maybe this would go hand in hand with #25 if you go for the fetch library anyways.

Thanks!

norbertvolf commented 3 years ago

Hi @MarcusNotheis ,

You are not first who would like to support browser as platform for odata-library. I have started to play with the support for browser by Fetch API. I will inform you about some alpha version to try it with ui5-webcomponents.