Server-Side SDKs

Currently, we have client libraries available for the following languages:

To install the client library, use the following command:

npm install --save pluggy-sdk
Install-Package Pluggy.SDK

To install in Java, using Maven, add a dependency to your pom.xml:

<dependency>
  <groupId>ai.pluggy</groupId>
  <artifactId>pluggy-java</artifactId>
  <version>0.6.3</version>
</dependency>

Currently, the package is available in Github Packages, so make sure to have the GH Packages server config with your Personal GH Access Token in your .m2/settings.xml file. Navigate to this guide for more details.

You can also do an integration yourself, by sending HTTP requests directly to our API.

👍

Interested in contributing?

Let us know if you require or if you are interested in contributing a library for a language not represented here! Write us to [email protected]



You can also build your own one!

Using our oas.json which is up-to-date with all the latest endpoint definitions you can create your own integration.

You can check out our OAS (Open API Specification) here.

Some examples are driven by the community: