project_details: Returns the details of the project

Description Usage Arguments Value Examples

View source: R/api-misc.R

Description

Returns the details of the project.

Usage

1
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

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

sbg/sevenbridges-r documentation built on March 26, 2021, 3:33 p.m.