- Adds
loginToDATIMOAuth
function to assist with OAUTH2.0 authentication.
- Fixes error conditions in getDataValueSets.
- Fixes is timeout error handling in API calls.
- Adds
verbose
parameter to all functions which returns entire response. Set toFALSE
by default. - Adds
quiet
parameter to all functions which determines whether URL is printed. Set toTRUE
by default.
- Adds
getDataStoreKey
(DP-533) - Adds
convertFYQToCQ
(DP-132)
- Adds
getDataValueSets
(DP-137).
- Fixes bug in
callDATIMapi.R
to handle timeout errors (DP-763). - Adds linting to CI checks and updates package so that all checks pass.
- Removes eight packages from
IMPORTS
that were not being called anywhere and moves two packages toSUGGESTS
that were only used in vignettes. - Refactors package to remove hard dependencies on
magrittr
(DP-729),dplyr
(DP-728), andpurrr
(DP-730). - Replaces usage of
stringr
withstringi
(DP-732).
- Adds
getSqlView
- Adds
listSqlViews
- add
getUserGroups
- add
listMechs
- add
getMyStreams
- add
getMyUserType