Apideck 1.2.0
Install-Package Apideck -Version 1.2.0
dotnet add package Apideck --version 1.2.0
<PackageReference Include="Apideck" Version="1.2.0" />
paket add Apideck --version 1.2.0
#r "nuget: Apideck, 1.2.0"
// Install Apideck as a Cake Addin
#addin nuget:?package=Apideck&version=1.2.0
// Install Apideck as a Cake Tool
#tool nuget:?package=Apideck&version=1.2.0
Apideck .NET SDK
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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 13.0.1)
- Polly (>= 7.2.3)
- RestSharp (>= 106.13.0)
- System.ComponentModel.Annotations (>= 5.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.
Automatic update based on our OpenAPI specifications: For more details, check out the changelog: https://docs.apideck.com/changelog