Skip to content

Blueline-Data/insolvex-api-reference-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

insolvex-api-reference-java

This repository contains a reference implementation in Java for the API of the Insolvex insolvency database.

It uses the published Swagger API definition to automatically generate the client into the directory

insolvex-client/

Also a JUnit test is included which shows how to perform insolvency case search and how to create notification requests.

Prerequisites

  • Apache Maven
  • An active Insolvex package with API access
  • An API token ("Mein Konto > Einstellungen > API Zugriff > Neuen API-Token erzeugen")

Compilation of the client

To compile the Insolvex API client, just execute

mvn clean compile

This command fetches the Insolvex API definition from https://api.insolvex.de/swagger.json and creates the API client.

Execution of API calls

To perform API requests against the Insolvex API (Warning: Notification requests will be created!), just execute

export INSOLVEX_TOKEN=<YOUR_INSOLVEX_TOKEN>
mvn test

About

Reference Java implementation for the Insolvex insolvency API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages