SPSyncN 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SPSyncN --version 0.1.0
NuGet\Install-Package SPSyncN -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SPSyncN" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SPSyncN --version 0.1.0
#r "nuget: SPSyncN, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

NuGet version Downloads Gitter chat


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);

See more on GitHub

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 790 6/27/2019
1.0.2 920 8/17/2018
1.0.1 2,882 4/29/2018
1.0.0 1,078 2/27/2018
0.2.2 1,172 12/11/2017
0.2.1 969 12/11/2017
0.2.0 1,002 12/10/2017
0.1.0 1,031 12/9/2017

first draft version