Pluggy.SDK
0.14.0
See the version list below for details.
dotnet add package Pluggy.SDK --version 0.14.0
NuGet\Install-Package Pluggy.SDK -Version 0.14.0
<PackageReference Include="Pluggy.SDK" Version="0.14.0" />
paket add Pluggy.SDK --version 0.14.0
#r "nuget: Pluggy.SDK, 0.14.0"
// Install Pluggy.SDK as a Cake Addin #addin nuget:?package=Pluggy.SDK&version=0.14.0 // Install Pluggy.SDK as a Cake Tool #tool nuget:?package=Pluggy.SDK&version=0.14.0
.NET client library for the Pluggy API
Welcome to Pluggy Dotnet SDK. This repository contains Pluggy's Dotnet SDK and samples to execute all the endpoints available for aggregation. Also there is a small Client created to review the flow to get the execution result of a specific robot.
Installation
Install-Package Pluggy.SDK
Usage
Request a API KEY token that will be used for all API calls you wish to make.
Create an instance of the PluggyAPI
class with the token and the API URL:
var client = new PluggyAPI("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET");
All api calls are under the same client, and respect the same behaviour.
var connectors = await client.FetchConnectors();
Security at transit
At Pluggy we enforce the use of TLSv1.2 or higher. If you are using .NET < 4.7.2, this won't be the default communication for http clients, and you will need to set it.
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
Building
This project can be built on Windows, Linux or macOS. Ensure you have the .NET Core SDK installed.
Documentation
For most up-to-date and accurate documentation, please see our API Reference page.
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 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. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.5.0)
- Newtonsoft.Json (>= 12.0.2)
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.28.3 | 121 | 9/17/2024 |
0.28.2 | 103 | 9/17/2024 |
0.28.1 | 105 | 9/13/2024 |
0.28.0 | 308 | 5/23/2024 |
0.24.0 | 625 | 11/14/2023 |
0.23.0 | 392 | 11/7/2023 |
0.22.0 | 111 | 11/7/2023 |
0.21.3 | 152 | 10/25/2023 |
0.21.2 | 1,185 | 9/5/2023 |
0.21.1 | 231 | 8/17/2023 |
0.21.0 | 256 | 5/9/2023 |
0.20.2 | 174 | 5/8/2023 |
0.20.1 | 280 | 4/20/2023 |
0.20.0 | 183 | 4/20/2023 |
0.17.1 | 455 | 3/20/2023 |
0.17.0 | 239 | 3/14/2023 |
0.16.3 | 250 | 2/23/2023 |
0.16.1 | 314 | 2/14/2023 |
0.16.0 | 479 | 10/19/2022 |
0.15.0 | 10,684 | 4/6/2022 |
0.14.1 | 447 | 3/22/2022 |
0.14.0 | 363 | 1/6/2022 |
0.13.2 | 280 | 1/6/2022 |
0.13.1 | 278 | 1/6/2022 |
0.13.0 | 342 | 1/5/2022 |
0.12.0 | 326 | 11/6/2021 |
0.11.0 | 339 | 9/15/2021 |
0.10.0 | 368 | 8/19/2021 |
0.9.0 | 330 | 8/16/2021 |
0.8.0 | 3,176 | 7/4/2021 |
0.7.1 | 353 | 6/1/2021 |
0.7.0 | 373 | 5/31/2021 |
0.6.0 | 396 | 3/7/2021 |
0.5.2 | 364 | 2/24/2021 |
0.5.1 | 365 | 2/24/2021 |
0.5.0 | 338 | 2/22/2021 |
0.4.1 | 376 | 1/2/2021 |
0.4.0 | 417 | 1/2/2021 |
0.3.0 | 408 | 12/31/2020 |
0.2.2 | 379 | 12/31/2020 |
0.2.1 | 490 | 10/5/2020 |
0.2.0 | 484 | 10/5/2020 |
0.1.0 | 438 | 8/28/2020 |