标签: node.js authentication sharepoint sharepoint-2013
我是node的新手,我想在sharepoint 2013(按需)和node之间建立连接。 我想从sharepoint网站获取项目列表。 我们的用户使用智能卡连接到我们的系统(Active Directory用户),因此我无法获取其密码。
我想知道是否有一种方法可以将共享点与节点连接起来,什么是最好的方法。
http通话示例:http.get(http://servername/portal/_api/web/lists/getByTitle('dsfd')/items)
http.get(http://servername/portal/_api/web/lists/getByTitle('dsfd')/items)
答案 0 :(得分:0)
我建议您使用pnp/js,因为它是专为SharePoint请求而开发的,您可以通过npm i进行安装并轻松使用。
npm i
如果您不想使用pnp/js,则总是可以手动启动REST API请求,这要感谢fetch(不适用于IE)或axios。
pnp/js
fetch