hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Added pipeline api + models for pipelines and stages #71

Closed devtommes closed 3 years ago

devtommes commented 4 years ago

Description

Hello! We are using the api a lot and lately I made a backup of our HubSpot into a db. Therefore I needed to include the pipelines and stages of the deals. I thought I could share the little pipelineapi, that only supports requesting the full list.

Purpose

New Feature: Pipeline api which can get all pipelines and stages

Checklist

devtommes commented 4 years ago

I didn't touch the BaseClient. What is this about the entity != default - issues?

Psypher9 commented 4 years ago

Thank you for opening a PR for this! I'll be reviewing this and give you feedback!

Psypher9 commented 3 years ago

Thank you again for this PR!