set_api_url {consibiocloudclient} | R Documentation |
Set API URL in environment variable
Description
This function sets the API URL in the environment variable named "CONSIBIO_API_HOST".
Usage
set_api_url(url = NULL)
Arguments
url |
A character string representing the API URL. |
Value
A character string representing the API URL.
Examples
## Not run:
set_api_url("https://api.v2.consibio.com")
## End(Not run)
[Package consibiocloudclient version 1.0.0 Index]