Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

breeze.js & SharePoint 2013

I would love to use breeze.js to communicate with SharePoint 2013. As we are starting to write apps for SharePoint, i think that breeze.js will be a great tool.

SharePoint uses an ODATA-Api, specs

What are the steps i have to take to get breeze to play nicely with the SharePoint backend? As far as i know, this has not been done - and i would like to show that this can be done.

follow-up question

like image 588
Thomas Deutsch Avatar asked Nov 03 '22 03:11

Thomas Deutsch


1 Answers

Sounds like a great idea! We have no SharePoint expertise in house. But we'd be happy to help you be successful by answering questions. The place to start ... is trying to query a SharePoint resource yourself using the API you mentioned. Breeze is happy to communicate with OData endpoints. You might begin by reading the Breeze OData documentation.

like image 71
Ward Avatar answered Nov 09 '22 04:11

Ward