Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing Sharepoint using "Ruby on Rails" framework

I have installed sharepoint2013 on vmware9.0.1 and also i have uploaded some sample documents into it. Using ruby i want to interact thoese documents which were in sharepoint2013. I have come across many links in the google but i didnt get any absolute answer. Can anyone suggest me how to get through it.Thanks in advance.

like image 636
pavan Avatar asked Feb 03 '26 20:02

pavan


2 Answers

After reading Martin's answer, I've implemented a gem that implements the REST API for Sharepoint. It's not completely exhaustive, but it's enough for most of the tasks.

You can check out the gem over there: https://github.com/Plaristote/sharepoint-ruby

like image 74
Michael Avatar answered Feb 05 '26 13:02

Michael


Looks like Sharepoint is exposing a nice REST API (http://msdn.microsoft.com/en-us/library/office/jj860569(v=office.15).aspx#Reference). Based on this, you should be able to call it easily using a simple rest client such as rest-client.

Should your work be extensive, maybe you could extract a part of it in a sharepoint-api gem. I'm sure this would be useful to other people.

like image 36
Martin Avatar answered Feb 05 '26 13:02

Martin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!