if (FALSE) {
# Store a key with keyring and use it
keyring::key_set_with_value("reqres_key", random_key())
rook <- fiery::fake_request("http://example.com")
Request$new(rook, key = keyring::key_get("reqres_key"))
}
Run the code above in your browser using DataLab