You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/resources/r/api.mustache
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,11 @@
142
142
#' @param data_file (optional) name of the data file to save the result
143
143
{{/returnType}}
144
144
#' @param ... Other optional arguments
145
+
#' @param parse Logical. If \code{TRUE} then the response will be parsed to a generated type. If \code{FALSE} the response will be returned as unparsed text.
Copy file name to clipboardExpand all lines: samples/client/echo_api/r/R/auth_api.R
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,11 @@ AuthApi <- R6::R6Class(
73
73
#'
74
74
#' @param data_file (optional) name of the data file to save the result
75
75
#' @param ... Other optional arguments
76
+
#' @param parse Logical. If \code{TRUE} then the response will be parsed to a generated type. If \code{FALSE} the response will be returned as unparsed text.
#' @param data_file (optional) name of the data file to save the result
166
172
#' @param ... Other optional arguments
173
+
#' @param parse Logical. If \code{TRUE} then the response will be parsed to a generated type. If \code{FALSE} the response will be returned as unparsed text.
0 commit comments