forked from loafle/openapi-generator-original
update samples
This commit is contained in:
@@ -189,7 +189,7 @@ PathApi <- R6::R6Class(
|
||||
}
|
||||
|
||||
deserialized_resp_obj <- tryCatch(
|
||||
self$api_client$deserialize(local_var_resp$response, "character", loadNamespace("openapi")),
|
||||
self$api_client$deserialize(local_var_resp$response_as_text(), "character", loadNamespace("openapi")),
|
||||
error = function(e) {
|
||||
stop("Failed to deserialize response")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user