英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论