modules/openapi-generator/…/…/…/r
ApiResponse.mustache +2 -2
api.mustache +60 -60
api_client.mustache +83 -80
api_test.mustache +2 -3
model_test.mustache +2 -3
partial_header.mustache +6 -2
samples/client/petstore/R
R
api_client.R +82 -80
api_response.R +2 -2
category.R +0 -1
fake_api.R +26 -31
model_api_response.R +0 -1
order.R +0 -1
pet.R +0 -1
pet_api.R +172 -179
store_api.R +84 -85
tag.R +0 -1
user.R +0 -1
user_api.R +160 -165
tests/testthat
test_petstore.R +23 -23
@@ -6,11 +6,11 @@
@@ -4,7 +4,7 @@
@@ -97,17 +97,17 @@
@@ -147,36 +147,36 @@
@@ -189,14 +189,14 @@
@@ -214,8 +214,8 @@
@@ -231,11 +231,11 @@
@@ -244,32 +244,32 @@
@@ -292,9 +292,9 @@
@@ -303,7 +303,7 @@
@@ -312,31 +312,31 @@
@@ -344,15 +344,15 @@
@@ -16,52 +16,55 @@
@@ -72,49 +75,49 @@ ApiClient <- R6::R6Class(
@@ -124,78 +127,78 @@ ApiClient <- R6::R6Class(
@@ -203,19 +206,19 @@ ApiClient <- R6::R6Class(
@@ -3,10 +3,10 @@
@@ -24,6 +24,5 @@ test_that("{{{operationId}}}", {
@@ -8,9 +8,9 @@ context("Test {{{classname}}}")
@@ -20,7 +20,6 @@ test_that("{{{name}}}", {