File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/kotlin/com/expediagroup/sdk/xap/configuration Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
44}
55
66dependencies {
7- testImplementation(kotlin(" test" ))
87 api(" com.expediagroup:expediagroup-sdk-rest:0.0.4-alpha-SNAPSHOT" )
98 implementation(" com.expediagroup:expediagroup-sdk-transport-okhttp:0.0.4-alpha" )
109 implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
Original file line number Diff line number Diff line change 11package com.expediagroup.sdk.xap.configuration
22
33internal object Constant {
4- const val ENDPOINT = " https://apim.int. expedia.com"
5- const val AUTH_ENDPOINT = " https://test- api.expediagroup.com/identity/oauth2/v3/token"
4+ const val ENDPOINT = " https://apim.expedia.com"
5+ const val AUTH_ENDPOINT = " https://api.expediagroup.com/identity/oauth2/v3/token"
66}
You can’t perform that action at this time.
0 commit comments