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

The current `audit_access_open` function only outputs the name of the apps which have `no login required` set. This is imcomplete information and lacks actionable outputs like the content URL or...

The nomenclature of `get_usage_static` is not correct. The Connect API documentation has been updated to better clarify that the non-Shiny endpoint `/v1/instrumentation/content/visits` is for: > This endpoint returns a portion...

When initializing git-backed deployment, users see the following warnings. I recognize this is [intentional and expected](https://github.com/rstudio/connectapi#troubleshooting-and-faq), but, in contrast, other deployment workflows in `rsconnect` do not have parallel warnings. Accordingly,...

feature

In the Connect UI, it is possible to adjust parameters of a report and re-render it, without saving those parameters as a new Variant (Input panel > Run Report button)....

need-connect-feature

Motivating context: we'd like users to be able to deploy to Connect BOTH: 1. via Git (`connectapi`: already supported; `rsconnect`: see https://github.com/rstudio/rsconnect/issues/888), AND: 2. Setting env vars at the time...

feature

Dear, While I am aware that the `get_variant_schedule` is still to be considered experimental, I would like to report a potential bug to help improve it. ## Problem description Currently,...

bug

We have encountered a problem while using the `groups_create_remote` method in the ConnectAPI R package to create groups. The issue arises when the method detects two groups with similar prefixes,...

This issue is a bit more stream-of-consciousness than usual. I'm trying to figure out who's currently using a running app and have found it to be hard to piece together...

`bundle_dir()` will currently include problematic things: - files that are huge - directories like `packrat/`, `renv/`, or `venv/` that are known to be problematic IIRC there is a `.connectignore` convention...

feature

Can you share a working example of how to use `Variant$update_variant(...)`, and perhaps add that example to the method's documentation? I am trying to use `Variant$update_variant(...)` to update Variant parameters,...