SPSyncN 0.1.0
See the version list below for details.
dotnet add package SPSyncN --version 0.1.0
NuGet\Install-Package SPSyncN -Version 0.1.0
<PackageReference Include="SPSyncN" Version="0.1.0" />
paket add SPSyncN --version 0.1.0
#r "nuget: SPSyncN, 0.1.0"
// Install SPSyncN as a Cake Addin #addin nuget:?package=SPSyncN&version=0.1.0 // Install SPSyncN as a Cake Tool #tool nuget:?package=SPSyncN&version=0.1.0
SPSyncN - SharePoint .Net assets sync via Node.js
The wrapper for spsave for usage in .Net assemblies.
Hey! Attention, please! On the first place, it is a crazy experiment which solves one of our very specific tasks for a frontier technology stack with SharePoint/Node.js/.Net where we need running the same exactly auth mechanisms which we use in Node.js but in .Net applications. We know exactly what we're doing and why. Please use the lib only in the case when native .Net credentials strategies do not suite your app.
Installation
Install-Package SPAuthN
Install-Package SPSyncN
Usage
Options options = SPAuth.GetAuth("--configPath='./config/private.json'");
Console.WriteLine("Upload a file...");
Upload.File("./Documents/TextFile.txt", "Shared Documents/File Upload Test", options.SiteUrl, options.AuthOptions);
Console.WriteLine("Upload a folder...");
Upload.Folder("./Documents", "Shared Documents/Folder Upload Test", options.SiteUrl, options.AuthOptions);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Edge.js (>= 8.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
first draft version