Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnp/sp-dev-samples
Code samples for SharePoint add-ins, web hooks and other API samples
https://github.com/pnp/sp-dev-samples
Last synced: 3 months ago
JSON representation
Code samples for SharePoint add-ins, web hooks and other API samples
- Host: GitHub
- URL: https://github.com/pnp/sp-dev-samples
- Owner: pnp
- License: mit
- Created: 2016-08-10T17:44:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T07:57:06.000Z (10 months ago)
- Last Synced: 2024-04-23T14:10:18.887Z (6 months ago)
- Size: 16.5 MB
- Stars: 82
- Watchers: 45
- Forks: 128
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pnp/sp-dev-samples - Code samples for SharePoint add-ins, web hooks and other API samples (Others)
README
---
page_type: sample
products:
- office-sp
languages:
- aspx
extensions:
contentType: samples
createdDate: 8/10/2016 10:44:23 AM
---
# SharePoint code samples for add-ins, webhooks and other APIsThis 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](https://github.com/SharePoint/sp-dev-fx-webparts/).
# Additional resources
* [SharePoint Development Center](http://dev.office.com/sharepoint)
* [SharePoint Patterns and Practices](http://aka.ms/sppnp)
* [Classic PnP repository for add-in samples](http://github.com/OfficeDev/PnP)# 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](https://opensource.microsoft.com/codeofconduct/).
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.