piplclient 5.10.1

dotnet add package piplclient --version 5.10.1
                    
NuGet\Install-Package piplclient -Version 5.10.1
                    
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="piplclient" Version="5.10.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="piplclient" Version="5.10.1" />
                    
Directory.Packages.props
<PackageReference Include="piplclient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add piplclient --version 5.10.1
                    
#r "nuget: piplclient, 5.10.1"
                    
#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.
#:package piplclient@5.10.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=piplclient&version=5.10.1
                    
Install as a Cake Addin
#tool nuget:?package=piplclient&version=5.10.1
                    
Install as a Cake Tool

pipl .NET (C#) Library

This is a .NET client library for easily integrating Pipl's APIs into your application.

Library Requirements

  • Newtonsoft Json.NET, you can find it inside this project under packages/Newtonsoft.Json.13.0.1/ or download from here, or execute this NuGet command: Install-Package Newtonsoft.Json -Version 13.0.1.
  • The library was tested on .NET v6.0 and should work on later versions as well

Installation

PM> Install-Package piplclient
  • Or simply build the source code. The solution file is PiplApisProd.sln, and the default target folder is bin/debug or bin/release, according to the build's configuration.

Getting Started & Code Snippets

Pipl's Search API

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
5.10.1 314 11/3/2024
5.10.0 4,614 10/3/2023
5.0.9 97,158 9/4/2019
5.0.8 42,946 8/30/2017
5.0.7 4,606 1/4/2017
5.0.6 2,099 11/29/2016
5.0.5 2,047 7/4/2016
5.0.3 1,974 3/17/2016
5.0.2 1,773 3/2/2016
5.0.1 1,924 2/16/2016
5.0.0 2,056 2/11/2016
4.0.0.4 2,137 10/14/2015
4.0.0.3 2,246 8/23/2015
4.0.0.2 3,515 4/17/2015
4.0.0.1 2,720 3/25/2015
4.0.0 1,896 3/19/2015

Switch to .net standard