odata-library:用于处理OData协议和开发OData客户端的Javascript库

时间:2024-05-19 18:36:55
【文件属性】:

文件名称:odata-library:用于处理OData协议和开发OData客户端的Javascript库

文件大小:245KB

文件格式:ZIP

更新时间:2024-05-19 18:36:55

JavaScript

OData库 一个NodeJS库,用于访问Netweaver服务器提供的OData服务。 安装 $ npm install @sap_oss/odata-library 入门 const Service = require ( "@sap_oss/odata-library" ) . Service ; let service = new Service ( "https://username:password@localhost/path/to/service/" ) ; service . init . then ( ( ) => { return service . Entity_Set_Name . get ( 1 ) ; } ) . then ( ( result ) => { console . log ( result ) ; } ) ; 文献资料 从ODa


网友评论