record_api_call {kvkapiR} | R Documentation |
Record an API call for usage tracking
Description
This function is called internally by KvK API functions to track usage for cost calculation. Only production API calls are recorded.
Usage
record_api_call(call_type, test_environment = FALSE)
Arguments
call_type |
Character string indicating the type of API call ("search", "basisprofiel", "vestigingsprofiel", "naamgeving") |
test_environment |
Logical indicating if this was a test environment call |
[Package kvkapiR version 0.1.2 Index]