Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck authored Oct 17, 2021
1 parent 1a2ef18 commit a135af6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Unofficial Nordigen Api (Kotlin)
[![](https://jitpack.io/v/simonhauck/unofficial-nordigen-api-kotlin.svg)](https://jitpack.io/#simonhauck/unofficial-nordigen-api-kotlin)
# Unofficial Nordigen Api (Java)
[![](https://jitpack.io/v/simonhauck/unofficial-nordigen-api-java.svg)](https://jitpack.io/#simonhauck/unofficial-nordigen-api-java)


This project provides a generated api kotlin api for
This project provides a generated java api for
the [Nordigen](https://nordigen.com/en/account_information_documenation/api-documention/overview/) Banking Api which is
specified [here](https://ob.nordigen.com/api/swagger.json)
specified [here](https://ob.nordigen.com/api/swagger.json).

Important note:
The json is sligtly modified. Some endpoints did not contain a reponse object, which led to Void return types. To prevent this, the response of those endpoints is modified to return a string instead which must be interpreted manually.

## Usage
1. This project is provided via `https://jitpack.io`. Add the registry to your `build.gradle`, `pom` or `build.gradle.kts`
Expand All @@ -17,7 +20,7 @@ repositories {
````
2. Add the dependecy
````shell
implementation 'com.github.simonhauck:unofficial-nordigen-api-kotlin:1.7'
implementation 'com.github.simonhauck:unofficial-nordigen-api-java:1.7'
````

## Generated code
Expand All @@ -28,5 +31,5 @@ The generated code is in the ``generated`` directory.
## Api Documentation

Please refer to
this [README](https://github.com/simonhauck/unofficial-nordigen-api-kotlin/blob/main/generated/README.md)
this [README](https://github.com/simonhauck/unofficial-nordigen-api-java/blob/master/generated/README.md)

0 comments on commit a135af6

Please sign in to comment.