使用Golang编写SharePoint API?

huangapple go评论91阅读模式
英文:

sharepoint API using Golang?

问题

我想知道是否有为SHAREPOINT开发的Golang示例或包,请给予建议。使用Golang API进行SHAREPOINT身份验证,列出SHAREPOINT中的所有文档,使用API将文档从SHAREPOINT获取到本地。以上是一些基本操作。

英文:

i want to know is there any example or package of golang developed for SHAREPOINT,
Please suggest,
authenticate sharepoint using golang api,
listing all the documents in sharepoint,
getting document from sharepoint to local using api.
above are some of the basic operations that an be done.

答案1

得分: 2

据我所知,目前还没有针对Golang的库,但是SharePoint 2013及更高版本提供了强大的REST API,您可以使用它们与SharePoint对象进行交互。如果有Golang的库,我认为它们只是对REST API的封装。

有很多文档和示例可以帮助您。我之前在这里回答了一个类似的问题,关于Java的链接

英文:

As far as I know there aren't any libraries yet, but SharePoint 2013 and later version(s) have powerful REST APIs you can use to interact with SharePoint objects. If there were libraries for Golang, I'd assume they were nothing more than a wrapper around the REST apis.

There's plenty of documentation and examples that will help you with that. I answered a similar question here for Java a while ago.

huangapple
  • 本文由 发表于 2017年8月1日 18:16:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/45435105.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定