File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: connectapi
3
3
Title: Utilities for Interacting with the 'Posit Connect' Server API
4
- Version: 0.6.0.9000
4
+ Version: 0.7.0
5
5
Authors@R: c(
6
6
person(given = "Toph",
7
7
family = "Allen",
Original file line number Diff line number Diff line change 1
- # connectapi (development version)
1
+ # connectapi 0.7.0
2
2
3
3
## New features
4
4
7
7
- New ` get_content_packages() ` function to get a data frame of all package
8
8
dependencies for a content item. (#374 )
9
9
- New ` get_aws_credentials() ` and ` get_aws_content_credentials ` functions for interacting with Connect's
10
- ` /v1/oauth/integrations/credentials ` endpoint. This endpoint allows content running on Posit Connect to
10
+ ` /v1/oauth/integrations/credentials ` endpoint. This endpoint allows content running on Posit Connect to
11
11
obtain temporary AWS credentials for an AWS IAM role specified by the system administrator.
12
12
(#380 ).
13
13
Original file line number Diff line number Diff line change 4
4
"Repositories": [
5
5
{
6
6
"Name": "CRAN",
7
- "URL": "https://packagemanager.rstudio.com /cran/latest"
7
+ "URL": "https://packagemanager.posit.co /cran/latest"
8
8
}
9
9
]
10
10
},
You can’t perform that action at this time.
0 commit comments