@@ -296,6 +296,8 @@ UserApi <- R6::R6Class(
296296 resp <- apiResponse $ response
297297 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
298298 apiResponse $ content
299+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
300+ apiResponse
299301 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
300302 apiResponse
301303 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -342,6 +344,8 @@ UserApi <- R6::R6Class(
342344 resp <- apiResponse $ response
343345 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
344346 apiResponse $ content
347+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
348+ apiResponse
345349 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
346350 apiResponse
347351 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -389,6 +393,8 @@ UserApi <- R6::R6Class(
389393 resp <- apiResponse $ response
390394 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
391395 apiResponse $ content
396+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
397+ apiResponse
392398 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
393399 apiResponse
394400 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -436,6 +442,8 @@ UserApi <- R6::R6Class(
436442 resp <- apiResponse $ response
437443 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
438444 apiResponse $ content
445+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
446+ apiResponse
439447 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
440448 apiResponse
441449 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -480,6 +488,8 @@ UserApi <- R6::R6Class(
480488 resp <- apiResponse $ response
481489 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
482490 apiResponse $ content
491+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
492+ apiResponse
483493 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
484494 apiResponse
485495 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -530,6 +540,8 @@ UserApi <- R6::R6Class(
530540 resp <- apiResponse $ response
531541 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
532542 apiResponse $ content
543+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
544+ apiResponse
533545 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
534546 apiResponse
535547 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -584,6 +596,8 @@ UserApi <- R6::R6Class(
584596 resp <- apiResponse $ response
585597 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
586598 apiResponse $ content
599+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
600+ apiResponse
587601 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
588602 apiResponse
589603 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
@@ -620,6 +634,8 @@ UserApi <- R6::R6Class(
620634 resp <- apiResponse $ response
621635 if (httr :: status_code(resp ) > = 200 && httr :: status_code(resp ) < = 299 ) {
622636 apiResponse $ content
637+ } else if (httr :: status_code(resp ) > = 300 && httr :: status_code(resp ) < = 399 ) {
638+ apiResponse
623639 } else if (httr :: status_code(resp ) > = 400 && httr :: status_code(resp ) < = 499 ) {
624640 apiResponse
625641 } else if (httr :: status_code(resp ) > = 500 && httr :: status_code(resp ) < = 599 ) {
0 commit comments