From 31f2a115124a265f1ea0f0a81b4f0c2c55ae2208 Mon Sep 17 00:00:00 2001 From: Dmitry Marchuk Date: Fri, 14 Jul 2023 08:48:06 +0300 Subject: [PATCH] Add transformDeferred hook --- .idea/codeStyles/Project.xml | 3 + README.md | 2 +- build.gradle.kts | 6 +- detekt-baseline.xml | 2 +- .../smaugfm/lunchmoney/api/LunchmoneyApi.kt | 25 ++-- .../lunchmoney/api/LunchmoneyApiInternal.kt | 14 +- .../smaugfm/lunchmoney/api/RequestExecutor.kt | 128 ++++++++---------- .../LunchmoneyApiResponseException.kt | 24 +++- .../smaugfm/lunchmoney/AuthorizationTest.kt | 5 +- .../smaugfm/lunchmoney/TestMockServerBase.kt | 16 ++- .../lunchmoney/api/RequestExecutorTest.kt | 67 ++++++++- .../CreateCategoryGroupRequestTest.kt | 4 +- .../category/CreateCategoryRequestTest.kt | 4 +- 13 files changed, 185 insertions(+), 115 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3c8e6a9..ecac876 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -19,6 +19,9 @@