get_usage {clarifai} | R Documentation |
Get API usage for the current month and hour
get_usage(...)
... |
Additional arguments passed to |
named list with four items status_code
, status_msg
, results
(user and application details — credits consumed, total credit)
https://developer.clarifai.com/
## Not run:
# Before calling the function, set API secret and id via secret_id(c("client_id", "secret"))
# and get token via get_token()
get_usage()
## End(Not run)