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
Binding version: 0.0.56
Cloudsmith API version: 1.1137.0
- Updated PKG_VERSION in bin/generate
- Regenerated Go bindings
- Ready for tagging and release
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 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.
*EntitlementsApi* | [**EntitlementsRefresh**](docs/EntitlementsApi.md#entitlementsrefresh) | **Post** /entitlements/{owner}/{repo}/{identifier}/refresh/ | Refresh an entitlement token in a repository.
97
97
*EntitlementsApi* | [**EntitlementsReset**](docs/EntitlementsApi.md#entitlementsreset) | **Post** /entitlements/{owner}/{repo}/{identifier}/reset/ | Reset the statistics for an entitlement token in a repository.
98
98
*EntitlementsApi* | [**EntitlementsSync**](docs/EntitlementsApi.md#entitlementssync) | **Post** /entitlements/{owner}/{repo}/sync/ | Synchronise tokens from a source repository.
99
+
*EntitlementsApi* | [**EntitlementsTogglePrivateBroadcasts**](docs/EntitlementsApi.md#entitlementstoggleprivatebroadcasts) | **Post** /entitlements/{owner}/{repo}/{identifier}/toggle-private-broadcasts/ | Set private broadcast access for an entitlement token in a repository.
*QuotaApi* | [**QuotaOssRead**](docs/QuotaApi.md#quotaossread) | **Get** /quota/oss/{owner}/ | Open-source Quota usage for a given namespace.
256
259
*QuotaApi* | [**QuotaRead**](docs/QuotaApi.md#quotaread) | **Get** /quota/{owner}/ | Quota usage for a given namespace.
257
260
*RatesApi* | [**RatesLimitsList**](docs/RatesApi.md#rateslimitslist) | **Get** /rates/limits/ | Endpoint to check rate limits for current user.
261
+
*RecycleBinApi* | [**RecycleBinList**](docs/RecycleBinApi.md#recyclebinlist) | **Get** /recycle-bin/{owner}/ | List soft-deleted packages in recycle bin
*ReposApi* | [**ApiReposGeoipStatus**](docs/ReposApi.md#apireposgeoipstatus) | **Get** /repos/{owner}/{identifier}/geoip/status/ | Retrieve the GeoIP status for this repository.
259
264
*ReposApi* | [**RepoRetentionPartialUpdate**](docs/ReposApi.md#reporetentionpartialupdate) | **Patch** /repos/{owner}/{repo}/retention/ | Update the retention rules for the repository.
260
265
*ReposApi* | [**RepoRetentionRead**](docs/ReposApi.md#reporetentionread) | **Get** /repos/{owner}/{repo}/retention/ | Retrieve the retention rules for the repository.
261
266
*ReposApi* | [**ReposCreate**](docs/ReposApi.md#reposcreate) | **Post** /repos/{owner}/ | Create a new repository in a given namespace.
262
-
*ReposApi* | [**ReposDelete**](docs/ReposApi.md#reposdelete) | **Delete** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
*ReposApi* | [**ReposEcdsaCreate**](docs/ReposApi.md#reposecdsacreate) | **Post** /repos/{owner}/{identifier}/ecdsa/ | Set the active ECDSA key for the Repository.
264
269
*ReposApi* | [**ReposEcdsaList**](docs/ReposApi.md#reposecdsalist) | **Get** /repos/{owner}/{identifier}/ecdsa/ | Retrieve the active ECDSA key for the Repository.
265
270
*ReposApi* | [**ReposEcdsaRegenerate**](docs/ReposApi.md#reposecdsaregenerate) | **Post** /repos/{owner}/{identifier}/ecdsa/regenerate/ | Regenerate ECDSA Key for the Repository.
0 commit comments