Apideck 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Apideck --version 0.1.3
NuGet\Install-Package Apideck -Version 0.1.3
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="Apideck" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Apideck --version 0.1.3
#r "nuget: Apideck, 0.1.3"
#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 Apideck as a Cake Addin
#addin nuget:?package=Apideck&version=0.1.3

// Install Apideck as a Cake Tool
#tool nuget:?package=Apideck&version=0.1.3

Apideck .NET SDK

Build NuGet Apache-2 license

Table of Contents

Installation

Requirements

Use of the Apideck .NET SDK requires:

  • NET Standard 2.0 or higher

NuGet

Install using the dotnet CLI.

$ dotnet add package Apideck

Install with NuGet.exe.

$ nuget install Apideck
  • Use the Package Manager console for Visual Studio on Windows. In Visual Studio, right-click the project and choose Add NuGet Package. Search for the Apideck package and install it.

  • Use the Manage NuGet UI in Visual Studio on a Mac. In Visual Studio, right-click the project Dependencies and choose Manage NuGet Packages. Search for the Apideck package and install it.

  • In Visual Studio, right-click the project and choose Add NuGet Package. Search for the Apideck package and install it.

Getting started

The module supports all Apideck API endpoints. For complete information about the API, head to the docs.

Example

Retrieving a list of all companies.

Example

using Apideck.Api;
using Apideck.Client;
using Apideck.Model;

namespace Example
{
    public class CompaniesAllExample
    {
        public static void Main()
        {
            Configuration config = new Configuration();
            // Configure API key authorization: apiKey
            config.AddApiKey("Authorization", "API_KEY");
            config.AddApiKeyPrefix("Authorization", "Bearer");

            var apiInstance = new CrmApi(config);
            var raw = false;  // bool? | Include raw response. Mostly used for debugging purposes (optional)  (default to false)
            var consumerId = "CONSUMER_ID";  // string | ID of the consumer which you want to get or push data from (optional)
            var appId = "APP_ID";  // string | The ID of your Unify application (optional)
            var serviceId = "salesforce";  // string | Provide the service id you want to call (e.g., pipedrive). [See the full list in the connector section.](#section/Connectors) Only needed when a consumer has activated multiple integrations for a Unified API. (optional)

            try
            {
                Console.WriteLine("Calling Apideck");
                // List companies
                GetCompaniesResponse result = apiInstance.CompaniesAll(raw, consumerId, appId, serviceId);
                Console.WriteLine("Success", result);
            }
            catch (ApiException e)
            {
                Console.WriteLine("Exception when calling CrmApi.CompaniesAll: " + e.Message);
                Console.WriteLine("Status Code: " + e.ErrorCode);
                Console.WriteLine("Detail: " + e.ErrorContent);
            }
        }
    }
}

<a name="documentation-for-api-endpoints"></a>

Apideck Unified Apis

The following Apis are currently available:

AccountingApi

Read the full documentation of the AccountingApi here.

AtsApi

Read the full documentation of the AtsApi here.

ConnectorApi

Read the full documentation of the ConnectorApi here.

CrmApi

Read the full documentation of the CrmApi here.

CustomerSupportApi

Read the full documentation of the CustomerSupportApi here.

FileStorageApi

Read the full documentation of the FileStorageApi here.

HrisApi

Read the full documentation of the HrisApi here.

LeadApi

Read the full documentation of the LeadApi here.

PosApi

Read the full documentation of the PosApi here.

SmsApi

Read the full documentation of the SmsApi here.

VaultApi

Read the full documentation of the VaultApi here.

WebhookApi

Read the full documentation of the WebhookApi here.

Support

Open an issue!

License

Apache-2.0

Product 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 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. 
.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. 
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
2.3.0 33 4/18/2024
2.2.1 1,054 3/14/2024
2.2.0 1,332 2/23/2024
2.1.2 1,178 12/18/2023
2.1.1 149 12/11/2023
2.1.0 102 12/11/2023
2.0.1 3,033 11/2/2023
2.0.0 1,191 10/24/2023
1.8.3 111 10/23/2023
1.8.2 2,925 9/29/2023
1.8.1 101 9/25/2023
1.8.0 679 8/24/2023
1.7.2 182 8/7/2023
1.7.1 565 7/14/2023
1.7.0 151 5/31/2023
1.6.0 150 5/26/2023
1.5.0 310 4/24/2023
1.4.1 179 4/17/2023
1.4.0 1,238 12/22/2022
1.3.0 428 9/6/2022
1.2.0 399 8/18/2022
1.1.1 444 8/9/2022
1.1.0 451 7/8/2022
1.0.0 490 6/22/2022
0.1.4 450 6/16/2022
0.1.3 433 6/15/2022
0.1.2 433 6/15/2022
0.1.1 429 6/15/2022
0.1.0 438 6/14/2022

Automatic update based on our OpenAPI specifications: For more details, check out the changelog: https://docs.apideck.com/changelog