Print a BrAPI Connection Object
Usage
# S3 method for class 'brapi_con'
print(x, ...)Examples
con <- brapi_connection("https://test-server.brapi.org")
print(con)
#>
#> ── BrAPI Connection
#> • Server: <https://test-server.brapi.org>
#> • Version: v2
#> • Auth: ✗ no token
#> • Page size: 1000
#> • Timeout: 120s
#> • Cache: disabled
