Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.4 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.4 KB

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