- Support for regulated data features in the PROOF API
- Formatting code - changed to using Posit's air formatter
- Bumping timeout from 5 seconds to 20 seconds (@sckott in direct commit)
- Swapping
httrforhttr2(@sckott in #25) - Improving documentation (@sckott in #27, #28, #29, #30)
- Fixing linting errors identified by GitHub Action (@tefirman and @sckott in #32)
- Change token handling to support a Shiny workflow where we can't store secrets as env vars. All functions now accept a token, but you can also just set an env var with the token.
proof_authenticateno longer sets an env var with the token (#11)
- Document server up time of 7 days (#10)
- Set curl timeout so users don't have to wait so long for timeout failure (#8)
- Surface error messages from PROOF API if useful to users (#7)
- Change
proof_startto useslurm_accountas body param instead ofpi_name(#6) - Write more tests covering major points of the exported fxns (#5)
- export
proof_header(#4) - rcromwell <--> proofr integration (#2)
- PROOF API token caching (#1)