geasi / pipedrive-dotnet

Pipedrive.net is an async .NET Standard client for pipedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipedrive.net Build Status

Getting started

Set the API Key and URL for your project

In your application initialization, set your API key and organization URL:

PipedriveClient client = new PipedriveClient(new ProductHeaderValue("PipedriveExample"), "[your organization url here]", "[your api key here]");

You can obtain your secret API key from the API Settings https://[your organization].pipedrive.com/settings#api in Pipedrive.

Debugging

You can debug this library right from your application by configuring the NuGet symbol server.

About

Pipedrive.net is an async .NET Standard client for pipedrive.com

License:MIT License


Languages

Language:C# 100.0%