Content-Length: 276874 | pFad | http://github.com/APIstax/client-java

29 GitHub - APIstax/client-java: A complete Java client implementation for the APIstax platform.
Skip to content

A complete Java client implementation for the APIstax platform.

License

Notifications You must be signed in to change notification settings

APIstax/client-java

Repository files navigation

APIstax Java Client

Maven Central License

APIstax Java client is a complete Java client implementation for the APIstax platform.

Usage

Add the following dependency to your build file:

Maven pom.xml

<dependency>
    <groupId>io.apistax</groupId>
    <artifactId>apistax-client</artifactId>
    <version>${latest.version}</version>
</dependency>

Gradle build.gradle

implementation("io.apistax:apistax-client:$latestVersion")

Get your APIstax API key here.

Initialise an APIstaxClient and start using it.

public class VatService {

    private APIstaxClient client;
    
    public VatService(String apiKey) {
        client = new APIstaxClient.Builder()
                .apiKey(apiKey)
                .build();
    }

    public boolean isValid(String vatId) {
        VatVerificationResult result = client.verifyVatId(vatId);
        return result.getValid() == true;
    }
}

The further information and documentation about the APIs can be found on APIstax documentation page.









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/APIstax/client-java

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy