connectapi icon indicating copy to clipboard operation
connectapi copied to clipboard

An R package for interacting with the RStudio Connect Server API

Results 72 connectapi issues
Sort by recently updated
recently updated
newest added

This example from the README should get you what you need: ``` library(connectapi) client

feature

See #217 I bumped the version, tweaked the NEWS, and updated a URL that had changed; the rest is whitespace cleanup thanks to VS Code. Locally, `R CMD check --as-cran`...

#178 started trying to set up a nightly job for this. The image names are different now though. Also to consider: the right place for this might be in the...

`/v1/content` provides `dashboard_url` and `content_url` but does not provide the vanity URL, if set. The old `get_content_old()` function would provide a TRUE/FALSE value for `vanity_url` and reported the url as...

https://github.com/rstudio/connectapi/pull/228/files#r1561773502 Also clean up the env var/secret names

Currently `set_environment_new()` function takes an R6 class `environment` to update an environment variable on a particular piece of content. For ease of use, the input argument should be `content guid`...

I'm taking some time to try and do some clean up chores here (clean lint errors, see if we can reduce the heav(ier) dependencies, that kind of thing). I've tried...

The logic in the offset paginator is that it keeps requesting the next page until you get 0 results. This means that even if all results fit onto one page,...

It looks like there are two extra fields in the undocumented `/me` endpoint response (password, preferences) but we don't make use of either of them in the package.

The users API, for example, is paginated, and the max page size is 500, but connectapi has a default value of 20. The user payload is not very large, so...