R/05-pipelines.R
pipeline_list_my.Rd
Returns the list of pipelines in user's "My Pipelines" section.
pipeline_list_my(auth_token = NULL, ...)
auth_token | auth token |
---|---|
... | parameters passed to sbgapi function |
parsed list of the returned json
token = '420b4672ebfc43bab48dc0d18a32fb6f' req = pipeline_list_my(token)#> Error: HTTP Status 404: /1.1/pipeline/my not found