UnifiedTo 0.19.0

dotnet add package UnifiedTo --version 0.19.0
NuGet\Install-Package UnifiedTo -Version 0.19.0
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="UnifiedTo" Version="0.19.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnifiedTo --version 0.19.0
#r "nuget: UnifiedTo, 0.19.0"
#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 UnifiedTo as a Cake Addin
#addin nuget:?package=UnifiedTo&version=0.19.0

// Install UnifiedTo as a Cake Tool
#tool nuget:?package=UnifiedTo&version=0.19.0

Installation

dotnet add package UnifiedTo

SDK Example Usage

Example

using UnifiedTo;
using UnifiedTo.Models.Components;
using UnifiedTo.Models.Requests;
using System.Collections.Generic;

var sdk = new UnifiedToSDK(security: new Security() {
        Jwt = "<YOUR_API_KEY_HERE>",
    });

var res = await sdk.Accounting.CreateAccountingAccountAsync(
    connectionId: "<value>",
    accountingAccount: new AccountingAccount() {});

// handle response

Available Resources and Operations

Accounting

Account

Contact

Invoice

Organization

Taxrate

Transaction

Ats

Activity

Application

Applicationstatus

Candidate

Company

Document

Interview

Job

Scorecard

Commerce

Collection

Inventory

Item

Location

Crm

Deal

Event

Lead

Pipeline

Enrich

Person

Genai

Model

Prompt

Hris

Employee

Group

Payslip

Timeoff

Kms

Page

Space

Martech

List

Member

Messaging

Channel

Message

Passthrough

Payment

Payout

Refund

Storage

File

Ticketing

Customer

Note

Ticket

Uc

Call

Unified

Apicall

Connection

Integration

Auth

Login

Issue

Webhook

Server Selection

Select Server by Index

You can override the default server globally by passing a server index to the serverIndex: number optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:

# Server Variables
0 https://api.unified.to None
1 https://api-eu.unified.to None

Override Server URL Per-Client

The default server can also be overridden globally by passing a URL to the serverUrl: str optional parameter when initializing the SDK client instance. For example:

SDK Installation

Nuget

dotnet add package UnifiedTo

Authentication

Per-Client Security Schemes

This SDK supports the following security scheme globally:

Name Type Scheme
Jwt apiKey API key

You can set the security parameters through the security optional parameter when initializing the SDK client instance. For example:

using UnifiedTo;
using UnifiedTo.Models.Components;
using UnifiedTo.Models.Requests;
using System.Collections.Generic;

var sdk = new UnifiedToSDK(security: new Security() {
        Jwt = "<YOUR_API_KEY_HERE>",
    });

var res = await sdk.Accounting.CreateAccountingAccountAsync(
    connectionId: "<value>",
    accountingAccount: new AccountingAccount() {});

// handle response

Error Handling

Handling errors in this SDK should largely match your expectations. All operations return a response object or thow an exception. If Error objects are specified in your OpenAPI Spec, the SDK will raise the appropriate type.

Error Object Status Code Content Type
UnifiedTo.Models.Errors.SDKException 4xx-5xx /

Example

using UnifiedTo;
using UnifiedTo.Models.Components;
using System;
using UnifiedTo.Models.Errors;
using UnifiedTo.Models.Requests;
using System.Collections.Generic;

var sdk = new UnifiedToSDK(security: new Security() {
        Jwt = "<YOUR_API_KEY_HERE>",
    });

try
{
    var res = await sdk.Accounting.CreateAccountingAccountAsync(
    connectionId: "<value>",
    accountingAccount: new AccountingAccount() {});
    // handle response
}
catch (Exception ex)
{
    }
    else if (ex is UnifiedTo.Models.Errors.SDKException)
    {
        // handle exception
    }
}

Development

Maturity

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributions

While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!

SDK Created by Speakeasy

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 was computed.  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.

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.19.0 36 5/25/2024
0.18.7 42 5/24/2024
0.18.6 40 5/22/2024
0.18.5 44 5/22/2024
0.18.4 53 5/19/2024
0.18.3 48 5/18/2024
0.18.2 60 5/18/2024
0.18.1 39 5/17/2024
0.18.0 78 5/10/2024
0.17.4 94 5/7/2024
0.17.3 50 5/3/2024
0.17.2 42 5/2/2024
0.17.1 86 4/30/2024
0.17.0 78 4/26/2024
0.16.1 85 4/19/2024
0.16.0 79 4/18/2024
0.15.4 77 4/16/2024
0.15.3 94 4/13/2024
0.15.2 73 4/12/2024
0.15.1 82 4/12/2024
0.15.0 84 4/11/2024
0.14.1 86 4/4/2024
0.14.0 76 4/2/2024
0.13.2 91 3/29/2024
0.13.1 77 3/29/2024
0.13.0 86 3/28/2024
0.12.7 81 3/24/2024
0.12.6 101 3/20/2024
0.12.5 71 3/14/2024
0.12.4 90 3/7/2024
0.12.3 92 3/5/2024
0.12.2 99 3/2/2024
0.12.1 97 2/28/2024
0.12.0 96 2/27/2024
0.11.1 112 2/26/2024
0.11.0 91 2/25/2024
0.10.2 94 2/23/2024
0.10.1 94 2/23/2024
0.10.0 89 2/22/2024
0.9.11 95 2/22/2024
0.9.10 90 2/21/2024
0.9.9 86 2/17/2024
0.9.8 81 2/16/2024
0.9.7 89 2/15/2024
0.9.6 82 2/15/2024
0.9.5 84 2/14/2024
0.9.4 88 2/13/2024
0.9.3 88 2/12/2024
0.9.2 91 2/7/2024
0.9.1 93 2/7/2024
0.9.0 90 2/6/2024
0.8.0 98 2/6/2024
0.7.0 92 2/5/2024
0.6.1 87 2/1/2024
0.6.0 83 2/1/2024
0.5.15 85 1/31/2024
0.5.14 429 1/30/2024
0.5.13 85 1/26/2024
0.5.12 84 1/25/2024
0.5.11 79 1/23/2024
0.5.10 82 1/23/2024
0.5.9 89 1/22/2024
0.5.8 87 1/19/2024
0.5.7 84 1/19/2024
0.5.6 85 1/18/2024
0.5.5 98 1/16/2024
0.5.4 95 1/15/2024
0.5.3 92 1/13/2024
0.5.2 98 1/11/2024
0.5.1 98 1/10/2024
0.5.0 101 1/9/2024
0.4.2 98 1/9/2024
0.4.1 88 1/9/2024