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
Please refer to Cloudsmith's standard guide on [Open-Source Contributing](https://help.cloudsmith.io/docs/contributing).
4
+
5
+
## Updating bindings
6
+
7
+
* Update `PKG_VERSION` in `bin/generate`
8
+
* Run `bin/generate` to generate bindings
9
+
* Create a PR specifing API and binding version
10
+
* Create git tag and release in github
11
+
12
+
## Contributor License Agreement
13
+
14
+
By making any contributions to Cloudsmith Ltd projects you agree to be bound by the terms of the Cloudsmith Ltd [Contributor License Agreement](https://help.cloudsmith.io/docs/contributor-license-agreement).
15
+
16
+
## Coding Conventions
17
+
18
+
Follow existing structure and style of the build and release scripts. Languages bindings are generated automatically.
19
+
20
+
## Need Help?
21
+
22
+
See the section for raising a question in the [Contributing Guide](https://help.cloudsmith.io/docs/contributing).
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 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.
*OrgsApi* | [**OrgsMembersRead**](docs/OrgsApi.md#orgsmembersread) | **Get** /orgs/{org}/members/{member}/ | Get the details for a specific organization member.
134
134
*OrgsApi* | [**OrgsMembersRefresh**](docs/OrgsApi.md#orgsmembersrefresh) | **Post** /orgs/{org}/members/{member}/refresh/ | Refresh a member of the organization's API key.
135
135
*OrgsApi* | [**OrgsMembersRemove**](docs/OrgsApi.md#orgsmembersremove) | **Get** /orgs/{org}/members/{member}/remove/ | Removes a member from the organization (deprecated, use DELETE instead).
136
+
*OrgsApi* | [**OrgsOpenidConnectCreate**](docs/OrgsApi.md#orgsopenidconnectcreate) | **Post** /orgs/{org}/openid-connect/ | Create the OpenID Connect provider settings for the org.
137
+
*OrgsApi* | [**OrgsOpenidConnectDelete**](docs/OrgsApi.md#orgsopenidconnectdelete) | **Delete** /orgs/{org}/openid-connect/{slug_perm}/ | Delete a specific OpenID Connect provider setting for the org.
138
+
*OrgsApi* | [**OrgsOpenidConnectList**](docs/OrgsApi.md#orgsopenidconnectlist) | **Get** /orgs/{org}/openid-connect/ | Retrieve the list of OpenID Connect provider settings for the org.
139
+
*OrgsApi* | [**OrgsOpenidConnectPartialUpdate**](docs/OrgsApi.md#orgsopenidconnectpartialupdate) | **Patch** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
140
+
*OrgsApi* | [**OrgsOpenidConnectRead**](docs/OrgsApi.md#orgsopenidconnectread) | **Get** /orgs/{org}/openid-connect/{slug_perm}/ | Retrieve a specific OpenID Connect provider setting for the org.
141
+
*OrgsApi* | [**OrgsOpenidConnectUpdate**](docs/OrgsApi.md#orgsopenidconnectupdate) | **Put** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
136
142
*OrgsApi* | [**OrgsRead**](docs/OrgsApi.md#orgsread) | **Get** /orgs/{org}/ | Get the details for the specific organization.
137
143
*OrgsApi* | [**OrgsSamlGroupSyncCreate**](docs/OrgsApi.md#orgssamlgroupsynccreate) | **Post** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
138
144
*OrgsApi* | [**OrgsSamlGroupSyncDelete**](docs/OrgsApi.md#orgssamlgroupsyncdelete) | **Delete** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
*PackagesApi* | [**PackagesRead**](docs/PackagesApi.md#packagesread) | **Get** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository.
171
177
*PackagesApi* | [**PackagesResync**](docs/PackagesApi.md#packagesresync) | **Post** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation.
172
178
*PackagesApi* | [**PackagesScan**](docs/PackagesApi.md#packagesscan) | **Post** /packages/{owner}/{repo}/{identifier}/scan/ | Schedule a package for scanning.
173
-
*PackagesApi* | [**PackagesStatus**](docs/PackagesApi.md#packagesstatus) | **Get** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronisation status for a package.
179
+
*PackagesApi* | [**PackagesStatus**](docs/PackagesApi.md#packagesstatus) | **Get** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronization status for a package.
174
180
*PackagesApi* | [**PackagesTag**](docs/PackagesApi.md#packagestag) | **Post** /packages/{owner}/{repo}/{identifier}/tag/ | Add/Replace/Remove tags for a package.
175
181
*PackagesApi* | [**PackagesUploadAlpine**](docs/PackagesApi.md#packagesuploadalpine) | **Post** /packages/{owner}/{repo}/upload/alpine/ | Create a new Alpine package
176
182
*PackagesApi* | [**PackagesUploadCargo**](docs/PackagesApi.md#packagesuploadcargo) | **Post** /packages/{owner}/{repo}/upload/cargo/ | Create a new Cargo package
0 commit comments