project_details {sevenbridges}R Documentation

Returns the details of the project

Description

Returns the details of the project.

Usage

project_details(token = NULL, project_id = NULL, ...)

Arguments

token

auth token

project_id

ID of a project you want to access.

...

parameters passed to api function

Value

parsed list of the returned json

Examples

token <- "your_token"
## Not run: 
req <- project_details(token, project_id = "your_project_id")
## End(Not run)

[Package sevenbridges version 1.20.1 Index]