File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
samples/client/petstore/R-httr2-wrapper/R Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ApiClient <- R6::R6Class(
4646 " ApiClient" ,
4747 public = list (
4848 # base path of all requests
49- base_path = " http://petstore.swagger.io /v2" ,
49+ base_path = " http://localhost /v2" ,
5050 # user agent in the HTTP request
5151 user_agent = " PetstoreAgent" ,
5252 # default headers in the HTTP request
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ NestedOneOf <- R6::R6Class(
115115 # ' @param ... Parameters passed to `jsonlite::toJSON`
116116 # ' @return NestedOneOf in JSON format
117117 toJSONString = function (minify = TRUE , ... ) {
118+ browser()
118119 json_obj <- self $ toList()
119120
120121 for (key in names(self $ additional_properties )) {
You can’t perform that action at this time.
0 commit comments