GoParagon.Connector.Client
1.0.6
See the version list below for details.
dotnet add package GoParagon.Connector.Client --version 1.0.6
NuGet\Install-Package GoParagon.Connector.Client -Version 1.0.6
<PackageReference Include="GoParagon.Connector.Client" Version="1.0.6" />
<PackageVersion Include="GoParagon.Connector.Client" Version="1.0.6" />
<PackageReference Include="GoParagon.Connector.Client" />
paket add GoParagon.Connector.Client --version 1.0.6
#r "nuget: GoParagon.Connector.Client, 1.0.6"
#:package GoParagon.Connector.Client@1.0.6
#addin nuget:?package=GoParagon.Connector.Client&version=1.0.6
#tool nuget:?package=GoParagon.Connector.Client&version=1.0.6
Connector .NET Client Library
Welcome to the Connector .NET Client Library! This library is designed to simplify the integration with various platforms such as QuickBooks Online, Microsoft Graph, G Suite, and more. By using the Connector app, you can easily access and manage data from these platforms through a unified API.
Overview
Connector is an app that facilitates seamless integration with multiple platforms. It allows you to:
- Connect to various platforms like QuickBooks Online, Microsoft Graph, G Suite, and others.
- Retrieve and manage data from these platforms through a single set of APIs.
- Simplify the process of obtaining and using data from multiple sources in your applications.
The Connector .NET Client Library is a NuGet package that provides developers with easy access to the Connector's APIs. With this library, you can quickly integrate the Connector's functionality into your .NET applications.
Features
- Unified API Access: Interact with multiple platforms using a single, consistent API.
- Easy Authentication: Simplify the process of authenticating and connecting to various services using API-KEY.
- Data Management: Retrieve, manipulate, and manage data from different platforms effortlessly.
- Extensibility: Easily extend and customize the integration to fit your specific needs.
Getting started
To get started using Connector client you will:
- Need to have
API-KEYyou can get it from Connector website - Need to have at least one connect (QuickBook online, Microsoft etc ...) to use their APIs
After you install the nuget package and get the API-KEY, you can use it.
using Connector.Client;
using Connector.Client.ApiService;
var connection = ConnectionBuilder.Create()
.WithEndpoint("https://portalapi.para-apps.com")
.WithApiKey("YOUR-API-KEY")
.Build();
var customerService = new QuickBookCustomerService(connection);
var customers = await customerService.QueryAsync("select * from customer");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.3)
-
net8.0
- No dependencies.
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 |
|---|---|---|
| 1.2.0 | 909 | 3/16/2026 |
| 1.0.18 | 977 | 8/27/2025 |
| 1.0.17 | 1,762 | 12/18/2024 |
| 1.0.16 | 190 | 12/10/2024 |
| 1.0.15 | 165 | 12/10/2024 |
| 1.0.14 | 239 | 11/29/2024 |
| 1.0.13 | 163 | 11/29/2024 |
| 1.0.12 | 171 | 11/15/2024 |
| 1.0.11 | 159 | 11/14/2024 |
| 1.0.10 | 174 | 10/16/2024 |
| 1.0.9 | 164 | 10/14/2024 |
| 1.0.8 | 296 | 6/20/2024 |
| 1.0.7 | 187 | 6/17/2024 |
| 1.0.6 | 176 | 6/11/2024 |
| 1.0.5 | 198 | 5/24/2024 |
| 1.0.4 | 190 | 5/24/2024 |
| 1.0.3 | 170 | 5/22/2024 |
| 1.0.2 | 184 | 5/22/2024 |
| 1.0.1 | 183 | 5/21/2024 |
| 1.0.0 | 198 | 5/15/2024 |
- Fixed typos
- Support .Net Framework