GoParagon.Connector.Client 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package GoParagon.Connector.Client --version 1.0.2
                    
NuGet\Install-Package GoParagon.Connector.Client -Version 1.0.2
                    
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="GoParagon.Connector.Client" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GoParagon.Connector.Client" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="GoParagon.Connector.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GoParagon.Connector.Client --version 1.0.2
                    
#r "nuget: GoParagon.Connector.Client, 1.0.2"
                    
#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.
#:package GoParagon.Connector.Client@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GoParagon.Connector.Client&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=GoParagon.Connector.Client&version=1.0.2
                    
Install as a Cake Tool

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-KEY you can get it from Connector website
  • 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 CustomerService(connection);

var customer = await customerService.QueryAsync("select * from customer");
Product 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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