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
+7-3Lines changed: 7 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.
*UsersApi* | [**UsersProfileRead**](docs/UsersApi.md#usersprofileread) | **Get** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
241
243
*VulnerabilitiesApi* | [**VulnerabilitiesNamespaceList**](docs/VulnerabilitiesApi.md#vulnerabilitiesnamespacelist) | **Get** /vulnerabilities/{owner}/ | Lists scan results for a specific namespace.
242
244
*VulnerabilitiesApi* | [**VulnerabilitiesPackageList**](docs/VulnerabilitiesApi.md#vulnerabilitiespackagelist) | **Get** /vulnerabilities/{owner}/{repo}/{package}/ | Lists scan results for a specific package.
*VulnerabilitiesApi* | [**VulnerabilitiesRead**](docs/VulnerabilitiesApi.md#vulnerabilitiesread) | **Get** /vulnerabilities/{owner}/{repo}/{package}/{identifier}/ | Get a scan result.
244
246
*VulnerabilitiesApi* | [**VulnerabilitiesRepoList**](docs/VulnerabilitiesApi.md#vulnerabilitiesrepolist) | **Get** /vulnerabilities/{owner}/{repo}/ | Lists scan results for a specific repository.
245
247
*WebhooksApi* | [**WebhooksCreate**](docs/WebhooksApi.md#webhookscreate) | **Post** /webhooks/{owner}/{repo}/ | Create a specific webhook in a repository.
246
248
*WebhooksApi* | [**WebhooksDelete**](docs/WebhooksApi.md#webhooksdelete) | **Delete** /webhooks/{owner}/{repo}/{identifier}/ | Delete a specific webhook in a repository.
0 commit comments