Three official server-side libraries wrap the API. Each is a thin client over the same endpoints in this reference; nothing is available in one that is not available over HTTP.
| Language | Package | Source |
|---|---|---|
| Node.js | pluggy-sdk (npm) | pluggyai/pluggy-node |
| .NET | Pluggy.SDK (NuGet) | pluggyai/pluggy-net |
| Java | ai.pluggy:pluggy-java (GitHub Packages) | pluggyai/pluggy-java |
Install#
Node.js
.NET
Java (Maven)
The Java package is published to GitHub Packages, so ~/.m2/settings.xml needs the GitHub Packages server with a personal access token — see GitHub's Maven registry guide.
Generate your own#
The OpenAPI 3 document that this reference renders is public:
Point a generator at it for any other language. Community clients exist too, for example pluggy-python; they are not maintained by Pluggy.
Read the guide: Server-Side SDKs.
