{"id":38503174,"url":"https://github.com/pluggyai/pluggy-net","last_synced_at":"2026-01-17T06:03:26.708Z","repository":{"id":39602753,"uuid":"200700800","full_name":"pluggyai/pluggy-net","owner":"pluggyai","description":"Official .NET SDK for Pluggy API","archived":false,"fork":false,"pushed_at":"2025-08-26T10:00:37.000Z","size":178,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-26T12:42:10.210Z","etag":null,"topics":["banking","open","open-banking","pluggy","pluggy-api","pluggy-sdk"],"latest_commit_sha":null,"homepage":"https://docs.pluggy.ai","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pluggyai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-05T17:36:03.000Z","updated_at":"2025-08-26T10:00:40.000Z","dependencies_parsed_at":"2023-01-22T04:04:34.257Z","dependency_job_id":"cb9d043c-1082-45d3-8008-dec22a2a219a","html_url":"https://github.com/pluggyai/pluggy-net","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/pluggyai/pluggy-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluggyai%2Fpluggy-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluggyai%2Fpluggy-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluggyai%2Fpluggy-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluggyai%2Fpluggy-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluggyai","download_url":"https://codeload.github.com/pluggyai/pluggy-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluggyai%2Fpluggy-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banking","open","open-banking","pluggy","pluggy-api","pluggy-sdk"],"created_at":"2026-01-17T06:03:26.145Z","updated_at":"2026-01-17T06:03:26.700Z","avatar_url":"https://github.com/pluggyai.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET client library for the Pluggy API\n\n**Welcome to Pluggy Dotnet SDK**. This repository contains Pluggy's Dotnet SDK and samples to execute all the endpoints available for aggregation.\nAlso there is a small Client created to review the flow to get the execution result of a specific robot.\n\n### Installation\n\n```powershell\nInstall-Package Pluggy.SDK\n```\n\n### Usage\n\nRequest a API KEY token that will be used for all API calls you wish to make.\nCreate an instance of the `PluggyAPI` class with the token and the API URL:\n\n```csharp\nvar client = new PluggyAPI(\"YOUR_CLIENT_ID\", \"YOUR_CLIENT_SECRET\");\n```\n\nAll api calls are under the same client, and respect the same behaviour.\n\n```csharp\nvar connectors = await client.FetchConnectors();\n```\n\n#### Security at transit\n\nAt Pluggy we enforce the use of TLSv1.2 or higher. If you are using .NET \u003c 4.7.2, this won't be the default communication for http clients, and you will need to set it.\n\n```csharp\nSystem.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;\n```\n\n## Building\n\nThis project can be built on Windows, Linux or macOS. Ensure you have the [.NET Core SDK](https://www.microsoft.com/net/download) installed.\n\n## Documentation\n\nFor most up-to-date and accurate documentation, please see our [API Reference](https://docs.pluggy.ai) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluggyai%2Fpluggy-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluggyai%2Fpluggy-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluggyai%2Fpluggy-net/lists"}