Connect to Aquarius server
connectToAquarius.Rd
Before you use other functions in this package to get data from Aquarius, you must use this function to log in. If accessing NPS data, you must be on the DOI network and you only need to provide the read-only username and password.
Usage
connectToAquarius(
username,
password = keyring::key_get("aquarius", username),
hostname = "https://aquarius.nps.gov/aquarius",
publish_api_url = "https://aquarius.nps.gov/aquarius/Publish/v2"
)