Complete PipeDrive Client in C#

Hi all
is there any Complete and updated Pipedrive Client for C#.
Two present on GitHub are not updated from years…

Or is available Swagger File for API to let me create directly my client?

Thank you

Hi! As you said, the ones that are online right now don’t seem very active…

We do have a Swagger file :slight_smile:
Here it is: https://developers.pipedrive.com/docs/api/v1/swagger.json

If you are planning on building a new one, that would be really cool.
We could even list it on our Developers’ Corner.

[ :warning: UPDATE]: the Swagger spec is now Open API 3: https://developers.pipedrive.com/docs/api/v1/pipedrive-api.yaml

2 Likes

I’ve taken one of these and updated to add the functionalility I need. If I get a chance over the next few days I can put it up on github.

3 Likes

I’ve created mine from scratch https://github.com/DavidRouyer/pipedrive-dotnet (.NET Standard), inspired by Octokit.NET.

2 Likes

Nice :slight_smile:
Are you planning on adding OAuth support?

Feel free to open an issue if something is missing :slight_smile:

The provided link to swagger.json is no longer active. Where is the link now located?

Hello? Is anyone reading this forum?

hi @COZYROC :slight_smile:
We upgraded to Open API 3. Here you can find more info https://developers.pipedrive.com/docs/api/v1/
And this is the spec file https://developers.pipedrive.com/docs/api/v1/pipedrive-api.yaml

1 Like