From d5060788043c06b6c27d159f35e6e4635bfda809 Mon Sep 17 00:00:00 2001 From: "gowthaman.b" Date: Fri, 5 Jan 2024 12:08:27 +0530 Subject: [PATCH] add more stuff --- .idea/misc.xml | 9 +- .idea/vcs.xml | 1 + src/main/kotlin/com/restapi/Main.kt | 56 +++++- .../kotlin/com/restapi/config/AppConfig.kt | 15 ++ src/main/kotlin/com/restapi/config/Auth.kt | 18 ++ src/main/kotlin/com/restapi/domain/models.kt | 39 ++-- .../kotlin/com/restapi/integ/ExternalAPI.kt | 190 ++++++++++++++++++ 7 files changed, 306 insertions(+), 22 deletions(-) create mode 100644 src/main/kotlin/com/restapi/integ/ExternalAPI.kt diff --git a/.idea/misc.xml b/.idea/misc.xml index fd4e49e..0cae666 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,10 +4,13 @@ - -