xSkrape.APIWrapper.InProc.Sample 1.0.5

dotnet add package xSkrape.APIWrapper.InProc.Sample --version 1.0.5
NuGet\Install-Package xSkrape.APIWrapper.InProc.Sample -Version 1.0.5
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="xSkrape.APIWrapper.InProc.Sample" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xSkrape.APIWrapper.InProc.Sample --version 1.0.5
#r "nuget: xSkrape.APIWrapper.InProc.Sample, 1.0.5"
#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 xSkrape.APIWrapper.InProc.Sample as a Cake Addin
#addin nuget:?package=xSkrape.APIWrapper.InProc.Sample&version=1.0.5

// Install xSkrape.APIWrapper.InProc.Sample as a Cake Tool
#tool nuget:?package=xSkrape.APIWrapper.InProc.Sample&version=1.0.5

xSkrape provides parsing / tabular detection for structured, semi and non-structured data sources with minimal coding. Interact with HTML, JSON, XML, CSV, Excel, DropBox, Google Docs and other sources using simple directives. This package contains a .cs file with example usage of the InProc version.

There are no supported framework assets in this 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.5 1,265 11/9/2017

Source code is also available on github at https://github.com/codexguy/xSkrape.APIWrapper.InProc.Sample
The best way to use this sample is to install is inside a console app where you can invoke the RunAll() method in the included .cs file.