Skip to content

Commit

Permalink
Merge pull request #25 from Apicurio/generate-sdk-3dde765
Browse files Browse the repository at this point in the history
[generated] Update API client
  • Loading branch information
Enda authored Apr 26, 2022
2 parents 3dde765 + 3904f84 commit 3fd7a92
Show file tree
Hide file tree
Showing 61 changed files with 3,324 additions and 3,645 deletions.
4 changes: 2 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ api/openapi.yaml
api_admin.go
api_artifact_rules.go
api_artifacts.go
api_default.go
api_metadata.go
api_system.go
api_users.go
Expand All @@ -20,11 +19,11 @@ docs/ArtifactType.md
docs/ArtifactsApi.md
docs/ConfigurationProperty.md
docs/ContentCreateRequest.md
docs/DefaultApi.md
docs/DownloadRef.md
docs/EditableMetaData.md
docs/Error.md
docs/IfExists.md
docs/Limits.md
docs/LogConfiguration.md
docs/LogLevel.md
docs/MetadataApi.md
Expand Down Expand Up @@ -63,6 +62,7 @@ model_download_ref.go
model_editable_meta_data.go
model_error.go
model_if_exists.go
model_limits.go
model_log_configuration.go
model_log_level.go
model_named_log_configuration.go
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The supported artifact types include:
## 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: 2.2.2-SNAPSHOT
- API version: 2.2.4-SNAPSHOT
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://github.com/apicurio/apicurio-registry](https://github.com/apicurio/apicurio-registry)
Expand Down Expand Up @@ -139,19 +139,20 @@ Class | Method | HTTP request | Description
*ArtifactsApi* | [**GetContentById**](docs/ArtifactsApi.md#getcontentbyid) | **Get** /ids/contentIds/{contentId}/ | Get artifact content by ID
*ArtifactsApi* | [**GetLatestArtifact**](docs/ArtifactsApi.md#getlatestartifact) | **Get** /groups/{groupId}/artifacts/{artifactId} | Get latest artifact
*ArtifactsApi* | [**ListArtifactsInGroup**](docs/ArtifactsApi.md#listartifactsingroup) | **Get** /groups/{groupId}/artifacts | List artifacts in group
*ArtifactsApi* | [**ReferencesByContentHash**](docs/ArtifactsApi.md#referencesbycontenthash) | **Get** /ids/contentHashes/{contentHash}/references | Returns a list with all the references for the artifact with the given hash
*ArtifactsApi* | [**ReferencesByContentId**](docs/ArtifactsApi.md#referencesbycontentid) | **Get** /ids/contentIds/{contentId}/references | Returns a list with all the references for the artifact with the given content id.
*ArtifactsApi* | [**ReferencesByGlobalId**](docs/ArtifactsApi.md#referencesbyglobalid) | **Get** /ids/globalIds/{globalId}/references | Returns a list with all the references for the artifact with the given global id.
*ArtifactsApi* | [**SearchArtifacts**](docs/ArtifactsApi.md#searchartifacts) | **Get** /search/artifacts | Search for artifacts
*ArtifactsApi* | [**SearchArtifactsByContent**](docs/ArtifactsApi.md#searchartifactsbycontent) | **Post** /search/artifacts | Search for artifacts by content
*ArtifactsApi* | [**UpdateArtifact**](docs/ArtifactsApi.md#updateartifact) | **Put** /groups/{groupId}/artifacts/{artifactId} | Update artifact
*ArtifactsApi* | [**UpdateArtifactState**](docs/ArtifactsApi.md#updateartifactstate) | **Put** /groups/{groupId}/artifacts/{artifactId}/state | Update artifact state
*DefaultApi* | [**ReferencesByContentHash**](docs/DefaultApi.md#referencesbycontenthash) | **Get** /ids/contentHashes/{contentHash}/references | Returns a list with all the references for the artifact with the given hash
*DefaultApi* | [**ReferencesByContentId**](docs/DefaultApi.md#referencesbycontentid) | **Get** /ids/contentIds/{contentId}/references | Returns a list with all the references for the artifact with the given content id.
*DefaultApi* | [**ReferencesByGlobalId**](docs/DefaultApi.md#referencesbyglobalid) | **Get** /ids/globalIds/{globalId}/references | Returns a list with all the references for the artifact with the given global id.
*MetadataApi* | [**DeleteArtifactVersionMetaData**](docs/MetadataApi.md#deleteartifactversionmetadata) | **Delete** /groups/{groupId}/artifacts/{artifactId}/versions/{version}/meta | Delete artifact version metadata
*MetadataApi* | [**GetArtifactMetaData**](docs/MetadataApi.md#getartifactmetadata) | **Get** /groups/{groupId}/artifacts/{artifactId}/meta | Get artifact metadata
*MetadataApi* | [**GetArtifactVersionMetaData**](docs/MetadataApi.md#getartifactversionmetadata) | **Get** /groups/{groupId}/artifacts/{artifactId}/versions/{version}/meta | Get artifact version metadata
*MetadataApi* | [**GetArtifactVersionMetaDataByContent**](docs/MetadataApi.md#getartifactversionmetadatabycontent) | **Post** /groups/{groupId}/artifacts/{artifactId}/meta | Get artifact version metadata by content
*MetadataApi* | [**UpdateArtifactMetaData**](docs/MetadataApi.md#updateartifactmetadata) | **Put** /groups/{groupId}/artifacts/{artifactId}/meta | Update artifact metadata
*MetadataApi* | [**UpdateArtifactVersionMetaData**](docs/MetadataApi.md#updateartifactversionmetadata) | **Put** /groups/{groupId}/artifacts/{artifactId}/versions/{version}/meta | Update artifact version metadata
*SystemApi* | [**GetResourceLimits**](docs/SystemApi.md#getresourcelimits) | **Get** /system/limits | Get resource limits information
*SystemApi* | [**GetSystemInfo**](docs/SystemApi.md#getsysteminfo) | **Get** /system/info | Get system information
*UsersApi* | [**GetCurrentUserInfo**](docs/UsersApi.md#getcurrentuserinfo) | **Get** /users/me | Get current user
*VersionsApi* | [**CreateArtifactVersion**](docs/VersionsApi.md#createartifactversion) | **Post** /groups/{groupId}/artifacts/{artifactId}/versions | Create artifact version
Expand All @@ -174,6 +175,7 @@ Class | Method | HTTP request | Description
- [EditableMetaData](docs/EditableMetaData.md)
- [Error](docs/Error.md)
- [IfExists](docs/IfExists.md)
- [Limits](docs/Limits.md)
- [LogConfiguration](docs/LogConfiguration.md)
- [LogLevel](docs/LogLevel.md)
- [NamedLogConfiguration](docs/NamedLogConfiguration.md)
Expand Down
Loading

0 comments on commit 3fd7a92

Please sign in to comment.