waldekmastykarz / sp-dev-samples

Code samples for SharePoint add-ins, web hooks and other API samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharePoint code samples for add-ins, webhooks and other APIs

This repo contains the samples around add-in/app model, webhooks and other related APIs.

Note. If you are looking for SharePoint Framework client-side web part samples, those are located in different repository.

Additional resources

Using the samples

To build and start using these projects, you'll need to clone and build the projects.

Clone this repo by executing the following command in your console:

git clone https://github.com/SharePoint/sp-dev-samples.git

Navigate to the cloned repo folder which should be the same as the repo name:

cd sp-dev-samples

Contributions

These samples are direct from the feature teams and SharePoint PnP core team (http://aka.ms/SharePointPnP). We welcome your input on issues and suggestions for new samples.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Code samples for SharePoint add-ins, web hooks and other API samples

License:MIT License