Skip to content

connectapi 0.7.0

Latest
Compare
Choose a tag to compare
@toph-allen toph-allen released this 31 Mar 15:48

New features

  • New get_packages() function to get a data frame of all packages on a Connect
    server. (#374)
  • New get_content_packages() function to get a data frame of all package
    dependencies for a content item. (#374)
  • New get_aws_credentials() and get_aws_content_credentials() functions for interacting with Connect's
    /v1/oauth/integrations/credentials endpoint. This endpoint allows content running on Posit Connect to
    obtain temporary AWS credentials for an AWS IAM role specified by the system administrator.
    (#380).