This is a .NET client library for easily integrating Pipl's APIs into your application.
- Full details about Pipl's People Data API - http://pipl.com/dev
- This library is available in other languages - http://pipl.com/dev/guide/code_libraries
- 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
PM> Install-Package piplclient
- Or simply build the source code. The solution file is
PiplApisProd.sln
, and the default target folder isbin/debug
orbin/release
, according to the build's configuration.
Pipl's Search API
- Getting started - https://pipl.com/dev/guide/getting_started
- Code snippets - https://pipl.com/dev/guide/code_snippets
- Full reference - https://pipl.com/dev/reference