英文:
Is it possible to work with Microsoft Sharepoint with Go?
问题
我想知道是否有任何用于与Microsoft Sharepoint一起工作的库?
我们可以使用Go语言编程来处理Microsoft Sharepoint吗?
英文:
I want to know is any library to work with Microsoft Sharepoint ?
Can we program with go language for Microsoft Sharepoint?
答案1
得分: 2
Sharepoint是很多东西,不清楚你所说的“我们能用Go编程Sharepoint”是什么意思,但你可能想看一下Sharepoint 2013应用程序,它支持“自托管应用程序”,可以用任何语言编写。从链接的文章中可以看到:
你可以是一个在Linux机器上使用PHP开发的人,仍然可以制作SharePoint应用。
如果你更感兴趣与Sharepoint的API进行交互,看起来Sharepoint 2013提供了一个RESTful API,所以对于Go来说也没有问题。
英文:
Sharepoint is many things and it is unclear what you mean by "Can we program with Go for Sharepoint", but you may want to take a look at Sharepoint 2013 apps, which will support "Self-Hosted Apps", that could be written in any language. From the linked article:
You could be a PHP developer with a Linux machine and still make SharePoint apps.
If you're more interested in interacting with Sharepoint's APIs, it looks like Sharepoint 2013 provides a RESTful API, so again, no problem for Go.
答案2
得分: 0
A1: 不幸的是,在我的情况下,搜索这样的库并没有成功。
A2: 如果MS Sharepoint(不管是什么)有一些已知或有文档记录的API,或者可以通过一些已知或有文档记录的协议访问,那么答案肯定是肯定的。
英文:
Q1: Unfortunately, googling for such library was not successful in my case.
Q2: If MS Sharepoint (whatever that is) has some known or documented API or it can be accessed by some known or documented protocol(s) then the answer is definitely yes.
答案3
得分: 0
我最好的猜测是这是不可能的。据我所知,Sharepoint是一个为Microsoft IIS平台设计的ASP.NET应用程序,依赖于闭源的.NET框架。
虽然可以通过API与Sharepoint一起工作,但根据你的问题,我不认为这是你想要的。
英文:
My best guess is that this will not be possible. Sharepoint as far as I know is an ASP.NET application designed for the Microsoft IIS platform and depends on the closed-source .NET framework.
Working with Sharepoint over APIs though, should be possible but judging by your question I don't think that's what you want.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论