Learn R Programming

oncrawlR (version 0.2.0)

getCrawl: Get a crawl

Description

Get a crawl

Usage

getCrawl(crawlId)

Arguments

crawlId

Id of your crawl

Value

Json

Details

<http://developer.oncrawl.com/#Get-a-crawl>

ResCode 400 : Returned when the request has incompatible values or does not match the API specification. 401 : Returned when the request is not authenticated. 403 : Returned the current quota does not allow the action to be performed. 404 : Returned when any of resources referred in the request is not found. 403 : Returned when the request is authenticated but the action is not allowed. 409 : Returned when the requested operation is not allowed for current state of the resource. 500 : Internal error

The HTTP response is JSON object with a single crawl key containing the crawl<U+2019>s data

Examples

Run this code
# NOT RUN {
initAPI()
project <- getCrawl("YOURCRAWLID")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab