Get All Lists

This example loads all the lists from the SharePoint site

Get List Info

This example gets the info for a specific list

Get List Items

This example gets all of the items from a specific list. Please note that this only returns the top 100 items. This is a default for SharePoint. If you want more or less just add a an itemCount to the getListItems method. Please refer to the server.js for details.