You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
*ReposApi* | [**ReposRsaCreate**](docs/ReposApi.md#reposrsacreate) | **Post** /repos/{owner}/{identifier}/rsa/ | Set the active RSA key for the Repository.
248
248
*ReposApi* | [**ReposRsaList**](docs/ReposApi.md#reposrsalist) | **Get** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
249
249
*ReposApi* | [**ReposRsaRegenerate**](docs/ReposApi.md#reposrsaregenerate) | **Post** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
250
+
*ReposApi* | [**ReposUpstreamCranCreate**](docs/ReposApi.md#reposupstreamcrancreate) | **Post** /repos/{owner}/{identifier}/upstream/cran/ | Create a CRAN upstream config for this repository.
251
+
*ReposApi* | [**ReposUpstreamCranDelete**](docs/ReposApi.md#reposupstreamcrandelete) | **Delete** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Delete a CRAN upstream config for this repository.
252
+
*ReposApi* | [**ReposUpstreamCranList**](docs/ReposApi.md#reposupstreamcranlist) | **Get** /repos/{owner}/{identifier}/upstream/cran/ | List CRAN upstream configs for this repository.
253
+
*ReposApi* | [**ReposUpstreamCranPartialUpdate**](docs/ReposApi.md#reposupstreamcranpartialupdate) | **Patch** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Partially update a CRAN upstream config for this repository.
254
+
*ReposApi* | [**ReposUpstreamCranRead**](docs/ReposApi.md#reposupstreamcranread) | **Get** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Retrieve a CRAN upstream config for this repository.
255
+
*ReposApi* | [**ReposUpstreamCranUpdate**](docs/ReposApi.md#reposupstreamcranupdate) | **Put** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Update a CRAN upstream config for this repository.
250
256
*ReposApi* | [**ReposUpstreamDartCreate**](docs/ReposApi.md#reposupstreamdartcreate) | **Post** /repos/{owner}/{identifier}/upstream/dart/ | Create a Dart upstream config for this repository.
251
257
*ReposApi* | [**ReposUpstreamDartDelete**](docs/ReposApi.md#reposupstreamdartdelete) | **Delete** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Delete a Dart upstream config for this repository.
252
258
*ReposApi* | [**ReposUpstreamDartList**](docs/ReposApi.md#reposupstreamdartlist) | **Get** /repos/{owner}/{identifier}/upstream/dart/ | List Dart upstream configs for this repository.
0 commit comments