asaasSdk

This SDK was built by @jpdev01 to facilitate the development of integrations with Asaas

Installation

The recommended way to use the AWS SDK for Java in your project is to consume it from Maven Central. (includes all modules present in the API).

<dependency>
    <groupId>io.github.jpdev01</groupId>
    <artifactId>asaassdk</artifactId>
    <version>1.6-SNAPSHOT</version>
</dependency>

Before making any requests, you need to call the init method using your API key (just once)

Asaas.init("your_api_key");

The API official documentation can be found here

Documentation

Extra