get_bamboo_meta_tables: Bamboo API get request wrapper

View source: R/get_bamboo_meta_tables.R

get_bamboo_meta_tablesR Documentation

Bamboo API get request wrapper

Description

Submits a get request to retrieve the meta data for all tables defined in the system

Usage

get_bamboo_meta_tables(user = NULL, password = NULL, verbose = FALSE)

Arguments

user

Bamboo api user id, register in Bamboo "API Keys"

password

Bamboo login password

verbose

a logical; indicates if detailed output from httr calls should be provided; default FALSE

Value

tbl_df

Author(s)

Evan Downey, edowney@propellerpdx.com

References

https://www.bamboohr.com/api/documentation/, https://github.com/r-lib/httr

Examples


user <- 'your_api_user'
password <- 'your_password'
verbose <- 'your_preference'


propellerpdx/bambooR documentation built on July 8, 2023, 4:43 a.m.