HubSpot.Api
0.1.24-alpha
This is a prerelease version of HubSpot.Api.
dotnet add package HubSpot.Api --version 0.1.24-alpha
NuGet\Install-Package HubSpot.Api -Version 0.1.24-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HubSpot.Api" Version="0.1.24-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HubSpot.Api --version 0.1.24-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HubSpot.Api, 0.1.24-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HubSpot.Api as a Cake Addin #addin nuget:?package=HubSpot.Api&version=0.1.24-alpha&prerelease // Install HubSpot.Api as a Cake Tool #tool nuget:?package=HubSpot.Api&version=0.1.24-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HubSpot.Api
The HubSpot REST API nuget package, authored by Panoramic Data Limited.
If you want some HubSpot software developed, come find us at: https://www.panoramicdata.com/ !
Examples
A simple example:
using HubSpot.Api;
[...]
public static async Task GetAllDeals(ILogger logger, CancellationToken cancellationToken)
{
using var hubSpotClient = new HubSpotClient(
new HubSpotClientOptions
{
AccessToken = "[ACCESSTOKEN]",
Logger = logger
}
);
var deals = await hubSpotClient
.Deals
.GetPageAsync(cancellationToken: cancellationToken)
.ConfigureAwait(false);
Console.WriteLine($"Deal Count: {deals.Results.Count}");
}
API Coverage
This table provides a full list of HubSpot APIs, built from this JSON file, including references to their documentation and coverage in this library.
We're aiming for full coverage and all Pull Requests are welcome.
Key:
Symbol | API Coverage |
---|---|
⚫ | None |
:yellow_circle: | Partial |
:green_square: | Full |
Type | Object | Documentation | HubSpot API Status | Nuget Coverage |
---|---|---|---|---|
Analytics | Analytics | Link | Developer Preview | ⚫ |
Auth | Auth | Link | Latest | ⚫ |
Automation | Automation | Link | Latest | ⚫ |
Business Units | Business Units | Link | Stable | ⚫ |
Communication Preferences | Communication Preferences | Link | Developer Preview | ⚫ |
Conversations | Conversations | Link | Latest | ⚫ |
CMS | Domains | Link | Developer Preview | :yellow_circle: |
CMS | Source Code | Link | Developer Preview | ⚫ |
CMS | Blog Posts | Link | Developer Preview | ⚫ |
CMS | Authors | Link | Developer Preview | ⚫ |
CMS | URL Redirects | Link | Developer Preview | ⚫ |
CMS | Performance | Link | Developer Preview | ⚫ |
CMS | Hubdb | Link | Developer Preview | ⚫ |
CMS | Tags | Link | Developer Preview | ⚫ |
CMS | Audit Logs | Link | Developer Preview | ⚫ |
CMS | Site Search | Link | Developer Preview | ⚫ |
CRM | Accounting | Link | Latest | ⚫ |
CRM | Associations | Link | Latest | ⚫ |
CRM | Associations (v4) | Link | Stable | ⚫ |
CRM | Calling | Link | Latest | ⚫ |
CRM | Companies | Link | Latest | :yellow_circle: |
CRM | Contacts | Link | Latest | :yellow_circle: |
CRM | Extensions | Link | Latest | ⚫ |
CRM | Deals | Link | Latest | :yellow_circle: |
CRM | Feedback Submissions | Link | Developer Preview | :yellow_circle: |
CRM | Imports | Link | Latest | ⚫ |
CRM | Line Items | Link | Latest | :yellow_circle: |
CRM | Objects | Link | Latest | ⚫ |
CRM | Owners | Link | Latest | ⚫ |
CRM | Pipelines | Link | Latest | ⚫ |
CRM | Properties | Link | Latest | ⚫ |
CRM | Quotes | Link | Latest | ⚫ |
CRM | Schemas | Link | Latest | ⚫ |
CRM | Tickets | Link | Latest | :yellow_circle: |
CRM | Timeline | Link | Latest | ⚫ |
CRM | Videoconferencing | Link | Latest | ⚫ |
Events | Events | Link | Developer Preview | ⚫ |
Marketing | Marketing Events (beta) | Link | Latest | ⚫ |
Marketing | Transactional | Link | Latest | ⚫ |
Webhooks | Webhooks | Link | Latest | ⚫ |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Refit (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.24-alpha | 697 | 12/9/2023 |
0.1.22-alpha | 154 | 11/27/2023 |
0.1.21-alpha | 67 | 11/27/2023 |
0.1.20-alpha | 72 | 11/26/2023 |
0.1.9-alpha | 67 | 11/26/2023 |
Added company, product and deal endpoints