getProject: Get a project

Description Usage Arguments Details Value Author(s) Examples

View source: R/getProject.R

Description

Get a project

Usage

1
getProject(projectId)

Arguments

projectId

Id of your project

Details

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

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 resource(s) 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 three keys: - A project key with the project’s data - A crawl_configs key with a list of all the project’s crawl configurations. - A crawls key with a list of all project’s crawl.

Value

Json

Author(s)

Vincent Terrasi

Examples

1
2
3
4
5
## Not run: 
initAPI()
project <- getProject(YOURPROJECTID)

## End(Not run)

oncrawlR documentation built on Jan. 31, 2020, 5:09 p.m.