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
+14-2Lines changed: 14 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.
*RatesApi* | [**RatesLimitsList**](docs/RatesApi.md#rateslimitslist) | **Get** /rates/limits/ | Endpoint to check rate limits for current user.
200
200
*ReposApi* | [**ReposCreate**](docs/ReposApi.md#reposcreate) | **Post** /repos/{owner}/ | Create a new repository in a given namespace.
201
201
*ReposApi* | [**ReposDelete**](docs/ReposApi.md#reposdelete) | **Delete** /repos/{owner}/{identifier}/ | Delete a repository in a given namespace.
202
+
*ReposApi* | [**ReposGeoipDisable**](docs/ReposApi.md#reposgeoipdisable) | **Post** /repos/{owner}/{identifier}/geoip/disable/ | Disable GeoIP for this repository.
203
+
*ReposApi* | [**ReposGeoipEnable**](docs/ReposApi.md#reposgeoipenable) | **Post** /repos/{owner}/{identifier}/geoip/enable/ | Enable GeoIP for this repository.
204
+
*ReposApi* | [**ReposGeoipPartialUpdate**](docs/ReposApi.md#reposgeoippartialupdate) | **Patch** /repos/{owner}/{identifier}/geoip | Partially update existing repository geoip rules with those specified
205
+
*ReposApi* | [**ReposGeoipRead**](docs/ReposApi.md#reposgeoipread) | **Get** /repos/{owner}/{identifier}/geoip | List all created GeoIP rules for the repository.
206
+
*ReposApi* | [**ReposGeoipTest**](docs/ReposApi.md#reposgeoiptest) | **Post** /repos/{owner}/{identifier}/geoip/test/ | Test a list of IP addresses against the repository's current GeoIP rules.
207
+
*ReposApi* | [**ReposGeoipUpdate**](docs/ReposApi.md#reposgeoipupdate) | **Put** /repos/{owner}/{identifier}/geoip | Replace all existing repository geoip rules with those specified
202
208
*ReposApi* | [**ReposGpgCreate**](docs/ReposApi.md#reposgpgcreate) | **Post** /repos/{owner}/{identifier}/gpg/ | Set the active GPG key for the Repository.
203
209
*ReposApi* | [**ReposGpgList**](docs/ReposApi.md#reposgpglist) | **Get** /repos/{owner}/{identifier}/gpg/ | Retrieve the active GPG key for the Repository.
204
210
*ReposApi* | [**ReposGpgRegenerate**](docs/ReposApi.md#reposgpgregenerate) | **Post** /repos/{owner}/{identifier}/gpg/regenerate/ | Regenerate GPG Key for the Repository.
0 commit comments