Skip to content

piplcom/piplapis-csharp

Repository files navigation

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

About

.NET client library for Pipl's APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages