/piplapis-csharp

.NET client library for Pipl's APIs

Primary LanguageC#OtherNOASSERTION

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.4.5.11/ or download from here, or execute this NuGet command: Install-Package Newtonsoft.Json -Version 4.5.11.
  • The library was tested on .NET v4.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