connectapi
connectapi copied to clipboard
An R package for interacting with the RStudio Connect Server API
👋 thanks again for this awesome package. I currently have a scenario where I have a run of a git-backed rmd being triggered externally via {connectapi}. This basically happens on...
When retrieving the applications a user can see with `client$get_apps()` one obtains **N-1** applications from RStudio Connect whilst using the RStudio Connect API directly with e.g. `httr` using the endpoint...
``` Warning message: Ignoring unknown parameters: binwidth, bins, pad ``` Comes from: https://github.com/rstudio/connectapi/blob/b39c14de7029b6bb1dc9c61bb7aaca0782da0a83/R/audits.R#L109
It is possible to use `openapi-generator` to generate an R6 object directly from the openapi specification. I have done this a bit (and need to stash it on a branch...)...
Inspired by #65 and weird temp directory shenanigans, we should test that `connectapi` can be deployed to Connect and used inside of Connect's sandboxing. This presents a bit of a...
Related to #135 This issue has languished because it is so tedious / manual to set up an LDAP test environment with the `connectapi` dev workflow. We should make this...
- [x] NEWS.md has an entry that is missing its "function" definition - [x] NEWS.md links seem to be wrong...? Not using the doc name reference? https://pkgs.rstudio.com/connectapi/news/index.html - [ ]...
:wave: thanks for this amazing package. So useful. [This](https://community.rstudio.com/t/programmatically-triggering-re-rendering-of-rmarkdown-document-hosted-on-rstudioconnect/61028) is a great workflow to trigger a render of an rmarkdown document. However I can't see any way to trigger that...
Hi, Thanks again for this package! My issue is more an advice/feature request. The TL;DR is: `connectapi::bundle_dir` includes the whole directory in the bundle, while in `rsconnect::writeManifest` one can specify...
Is there a way via the api to switch branches for already published content? My use case is that I published content from a working branch and now merged into...