# NOT RUN {
# }
# NOT RUN {
# Create a client for testing API calls within the Sandbox environment.
test_client <- trem_client_new(api_key = "TEST_YOUR-KEY-HERE",
sandbox = TRUE)
# Create a client for performing API calls within a production environment.
# This client will be able to send actual money!
prod_client <- trem_client_new(api_key = "PROD_YOUR-KEY-HERE",
sandbox = FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab