Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ docs/CondaUpstreamRequestPatch.md
docs/ConnectedRepository.md
docs/ConnectedRepositoryRequest.md
docs/ConnectedRepositoryRequestPatch.md
docs/ConnectedRepositoryTargetSummary.md
docs/ConnectedRepositoryUpstream.md
docs/CranPackageUpload.md
docs/CranPackageUploadRequest.md
docs/CranUpstream.md
Expand Down Expand Up @@ -167,6 +169,9 @@ docs/Oidc1.md
docs/OidcRequest.md
docs/OpenidApi.md
docs/Organization.md
docs/OrganizationApiKeyRule.md
docs/OrganizationApiKeyRuleRequest.md
docs/OrganizationApiKeyRuleRequestPatch.md
docs/OrganizationCustomDomainNestedRepo.md
docs/OrganizationCustomDomains.md
docs/OrganizationGroupSync.md
Expand Down Expand Up @@ -401,6 +406,8 @@ model_conda_upstream_request_patch.go
model_connected_repository.go
model_connected_repository_request.go
model_connected_repository_request_patch.go
model_connected_repository_target_summary.go
model_connected_repository_upstream.go
model_cran_package_upload.go
model_cran_package_upload_request.go
model_cran_upstream.go
Expand Down Expand Up @@ -493,6 +500,9 @@ model_nuget_upstream_request_patch.go
model_oidc_1.go
model_oidc_request.go
model_organization.go
model_organization_api_key_rule.go
model_organization_api_key_rule_request.go
model_organization_api_key_rule_request_patch.go
model_organization_custom_domain_nested_repo.go
model_organization_custom_domains.go
model_organization_group_sync.go
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The API to the Cloudsmith Service
## Overview
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.

- API version: 1.1358.3
- Package version: 0.0.63
- API version: 1.1388.0
- Package version: 0.0.64
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
Expand Down Expand Up @@ -110,6 +110,12 @@ Class | Method | HTTP request | Description
*NamespacesApi* | [**NamespacesList**](docs/NamespacesApi.md#namespaceslist) | **Get** /namespaces/ | Get a list of all namespaces the user belongs to.
*NamespacesApi* | [**NamespacesRead**](docs/NamespacesApi.md#namespacesread) | **Get** /namespaces/{slug}/ | Get a specific namespace that the user belongs to.
*OpenidApi* | [**OpenidCreate**](docs/OpenidApi.md#openidcreate) | **Post** /openid/{owner}/ | Get a JWT token for a configured service account belonging to the requesting org.
*OrgsApi* | [**OrgsApiKeyRulesCreate**](docs/OrgsApi.md#orgsapikeyrulescreate) | **Post** /orgs/{org}/api-key-rules/ | Create an API key rule.
*OrgsApi* | [**OrgsApiKeyRulesDelete**](docs/OrgsApi.md#orgsapikeyrulesdelete) | **Delete** /orgs/{org}/api-key-rules/{slug_perm}/ | Delete an API key rule.
*OrgsApi* | [**OrgsApiKeyRulesList**](docs/OrgsApi.md#orgsapikeyruleslist) | **Get** /orgs/{org}/api-key-rules/ | List all API key rules for the organization.
*OrgsApi* | [**OrgsApiKeyRulesPartialUpdate**](docs/OrgsApi.md#orgsapikeyrulespartialupdate) | **Patch** /orgs/{org}/api-key-rules/{slug_perm}/ | Update an API key rule.
*OrgsApi* | [**OrgsApiKeyRulesRead**](docs/OrgsApi.md#orgsapikeyrulesread) | **Get** /orgs/{org}/api-key-rules/{slug_perm}/ | Retrieve an API key rule.
*OrgsApi* | [**OrgsApiKeyRulesUpdate**](docs/OrgsApi.md#orgsapikeyrulesupdate) | **Put** /orgs/{org}/api-key-rules/{slug_perm}/ | Full update of an API key rule.
*OrgsApi* | [**OrgsCustomDomainsList**](docs/OrgsApi.md#orgscustomdomainslist) | **Get** /orgs/{org}/custom-domains/ | Get the details for all custom domains.
*OrgsApi* | [**OrgsDelete**](docs/OrgsApi.md#orgsdelete) | **Delete** /orgs/{org}/ | Delete the specified organization.
*OrgsApi* | [**OrgsDenyPolicyCreate**](docs/OrgsApi.md#orgsdenypolicycreate) | **Post** /orgs/{org}/deny-policy/ | Create a package deny policy.
Expand Down Expand Up @@ -490,6 +496,8 @@ Class | Method | HTTP request | Description
- [ConnectedRepository](docs/ConnectedRepository.md)
- [ConnectedRepositoryRequest](docs/ConnectedRepositoryRequest.md)
- [ConnectedRepositoryRequestPatch](docs/ConnectedRepositoryRequestPatch.md)
- [ConnectedRepositoryTargetSummary](docs/ConnectedRepositoryTargetSummary.md)
- [ConnectedRepositoryUpstream](docs/ConnectedRepositoryUpstream.md)
- [CranPackageUpload](docs/CranPackageUpload.md)
- [CranPackageUploadRequest](docs/CranPackageUploadRequest.md)
- [CranUpstream](docs/CranUpstream.md)
Expand Down Expand Up @@ -582,6 +590,9 @@ Class | Method | HTTP request | Description
- [Oidc1](docs/Oidc1.md)
- [OidcRequest](docs/OidcRequest.md)
- [Organization](docs/Organization.md)
- [OrganizationApiKeyRule](docs/OrganizationApiKeyRule.md)
- [OrganizationApiKeyRuleRequest](docs/OrganizationApiKeyRuleRequest.md)
- [OrganizationApiKeyRuleRequestPatch](docs/OrganizationApiKeyRuleRequestPatch.md)
- [OrganizationCustomDomainNestedRepo](docs/OrganizationCustomDomainNestedRepo.md)
- [OrganizationCustomDomains](docs/OrganizationCustomDomains.md)
- [OrganizationGroupSync](docs/OrganizationGroupSync.md)
Expand Down
Loading
Loading