How to consume OData service with Html/Javascript?

后端 未结 5 1970
感动是毒
感动是毒 2020-12-23 18:59

Our project currently uses Silverlight to consume an Odata service. This has made life pretty simple since we can just reference the OData service thus giving us generated s

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 20:01

    You could this OData client based on axios I wrote.

    https://github.com/fabio-nettis/ODCJ

    The OData Connector For Javascript or more formerly know as ODCJ, is a promise based client that uses axios to establish connections to OData V3/V4 services. ODCJ provides a lot of useful functions to customize the request url and filtering properties.

提交回复
热议问题