pipeline_list_project: Returns a list of all the pipelines in project

Description Usage Arguments Value Examples

Description

Returns a list of all the pipelines in project.

Usage

1
pipeline_list_project(auth_token = NULL, project_id = NULL, ...)

Arguments

auth_token

auth token

project_id

ID of a project you want to access.

...

parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

1
2
3
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = pipeline_list_project(token,
            project_id = 'b0b3a611-6bb0-47e5-add7-a83402cf7858')

sbgr documentation built on Oct. 5, 2016, 4:14 a.m.