xSkrape.APIWrapper.REST.Sample 1.0.10

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

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

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 REST-based 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.10 1,196 11/11/2017

Source code is also available on github at https://github.com/codexguy/xSkrape.APIWrapper.REST
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.