list_flows: List flows

Description Usage Arguments Value

View source: R/flows.r

Description

List flows

Usage

1
list_flows(all = FALSE, flowdock_api_key = Sys.getenv("FLOWDOCK_PAT"))

Arguments

all

if TRUE, returns all the flows in an organization. If FALSE (the default), returns only the flows you have access to. You'll want to do this at least once to see what the parameterized_names of the flows you want to use.

flowdock_api_key

used to authorize you to Flowdoc. You should store this in .Renviron or some other moderately secure place. You can override the pick from the environment by passing it in here.

Value

parsed call result (invisibly)


hrbrmstr/flowdockr documentation built on May 17, 2019, 4:57 p.m.