@goast/kotlin 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -241,7 +241,7 @@ open class ApiClient(@API_CLIENT_PARAMETERS@) {
|
|
|
241
241
|
else -> value.toString()
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
protected
|
|
244
|
+
protected fun parseDateToQueryString(value: Any): String {
|
|
245
245
|
/*
|
|
246
246
|
.replace("\"", "") converts the json object string to an actual string for the query parameter.
|
|
247
247
|
The moshi or gson adapter allows a more generic solution instead of trying to use a native
|