initAPI {oncrawlR} | R Documentation |
Prepare Token for API calls
Description
Prepare Token for API calls
Usage
initAPI(path)
Arguments
path |
path of your conf file |
Details
Example file for oncrawl_configuration.txt
key = 5516LP29W5Q9XXXXXXXXXXXXOEUGWHM9 debug = FALSE api = https://app.oncrawl.com/api/v2/
Value
ok if no error with API authentification
Author(s)
Vincent Terrasi
Examples
## Not run:
initAPI("oncrawl_configuration.txt")
## End(Not run)
[Package oncrawlR version 0.2.0 Index]