connectapi
connectapi copied to clipboard
An R package for interacting with the RStudio Connect Server API
We're up around 70%. Would love to get closer to 100%! Some ideas: - [ ] [schedule.R](https://codecov.io/gh/rstudio/connectapi/src/main/R/schedule.R) - [ ] Particularly "display," which is time sensitive... - [ ] [variant.R](https://codecov.io/gh/rstudio/connectapi/src/main/R/variant.R)...
When using `get_audit_logs` we are losing precision of time. Trying to pinpoint the location where it is happening I stumbled on `coerce_datetime`. reprex: ```r z
- [ ] check that `manifest.json` is in the tar archive: ``` "./manifest.json" %in% utils::untar(filepath, list = TRUE) ``` - [ ] check that the filetype is a `.tar.gz`? Not...
Attempting to follow a two-step process of 1. render a variant *Code below is successful* ``` # get content item content
I fixed one issue recently where there was a syntax error in the error message construction, so instead of showing the expected message, it was showing a string interpolation error....
The deletion of permissions from content can come from a need to either: - remove specific users - remove specific groups - bulk remove a suite of permissions from content,...
Following the model of https://github.com/posit-dev/posit-sdk-py/pull/170, conceal from the user the fact that there are different REST APIs for different content types and just present a single way to get usage...
In the code it's only used as a default value for the `name` to `content_ensure()`, which is never called without specifying `name`. It's used in tests, which seems fine, but...
Having a lazy object that lets you build a query and then only request from the API the things you need is a nice idea, but it's currently not fleshed...
FYI, there's now a show-stopping interaction between dplyr, dbplyr and connectapi with the version of connectapi that's currently on CRAN. It is solved by #210, but it's a big enough...