Go to file
dankito 68c2606a22 Matched JsonIgnore target and retention Jackson's @JsonIgnore values; suppressed compiler warnings; fixed using it on getters 2024-08-19 21:13:09 +02:00
BankingClient Implemented handling TAN in FinTs4kBankingClient 2024-08-18 17:53:32 +02:00
BankingClientModel Matched JsonIgnore target and retention Jackson's @JsonIgnore values; suppressed compiler warnings; fixed using it on getters 2024-08-19 21:13:09 +02:00
FinTs4jBankingClient Only adding the basic CustomerAccount and BankAccount data to TanChallenge. It's absolutely not senseful to send the whole CustomerAccount and BankAccount object over the wire in JSON body 2024-08-18 18:34:46 +02:00
gradle Added documentation 2024-08-17 03:26:11 +02:00
kotlin-js-store Added basic BankingClient model 2024-08-16 16:53:49 +02:00
.gitignore Added basic BankingClient model 2024-08-16 16:53:49 +02:00
.gitmodules Made banking-client-model publishable 2024-08-16 16:55:33 +02:00
build.gradle.kts Added FinTs4kBankingClient 2024-08-17 03:29:17 +02:00
gradle.properties Added blocking calls to async BankingClient 2024-08-17 03:25:24 +02:00
gradlew Initial commit 2024-08-14 19:41:11 +02:00
gradlew.bat Initial commit 2024-08-14 19:41:11 +02:00
settings.gradle.kts Removed kotlinx-serialization, it hasn't been used 2024-08-18 18:45:48 +02:00