Skip to content

Commit

Permalink
auto-generated version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionoscloudsdk committed Jun 18, 2024
1 parent 2ecf9c5 commit 81ef3f1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 186 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ their concepts and lend well to making the experience smooth and intuitive.
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: 0.1.0
- Package version: 1.0.0
- Package version: 1.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -68,8 +68,8 @@ All URIs are relative to *https://mariadb.de-txl.ionos.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*BackupsApi* | [**BackupsFindById**](docs/api/BackupsApi.md#backupsfindbyid) | **Get** /backups/{backupId} | Fetch a cluster's backups
*BackupsApi* | [**BackupsGet**](docs/api/BackupsApi.md#backupsget) | **Get** /backups | List of cluster's backups.
*BackupsApi* | [**BackupsFindById**](docs/api/BackupsApi.md#backupsfindbyid) | **Get** /backups/{backupId} | Fetch backups
*BackupsApi* | [**BackupsGet**](docs/api/BackupsApi.md#backupsget) | **Get** /backups | List of backups.
*BackupsApi* | [**ClusterBackupsGet**](docs/api/BackupsApi.md#clusterbackupsget) | **Get** /clusters/{clusterId}/backups | List backups of cluster
*ClustersApi* | [**ClustersDelete**](docs/api/ClustersApi.md#clustersdelete) | **Delete** /clusters/{clusterId} | Delete a cluster
*ClustersApi* | [**ClustersFindById**](docs/api/ClustersApi.md#clustersfindbyid) | **Get** /clusters/{clusterId} | Fetch a cluster
Expand Down
8 changes: 4 additions & 4 deletions api_backups.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

160 changes: 0 additions & 160 deletions docs/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/api/BackupsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All URIs are relative to *https://mariadb.de-txl.ionos.com*

|Method | HTTP request | Description|
|------------- | ------------- | -------------|
|[**BackupsFindById**](BackupsApi.md#BackupsFindById) | **Get** /backups/{backupId} | Fetch a cluster's backups|
|[**BackupsGet**](BackupsApi.md#BackupsGet) | **Get** /backups | List of cluster's backups.|
|[**BackupsFindById**](BackupsApi.md#BackupsFindById) | **Get** /backups/{backupId} | Fetch backups|
|[**BackupsGet**](BackupsApi.md#BackupsGet) | **Get** /backups | List of backups.|
|[**ClusterBackupsGet**](BackupsApi.md#ClusterBackupsGet) | **Get** /clusters/{clusterId}/backups | List backups of cluster|


Expand All @@ -17,7 +17,7 @@ var result BackupResponse = BackupsFindById(ctx, backupId)
.Execute()
```

Fetch a cluster's backups
Fetch backups



Expand Down Expand Up @@ -101,7 +101,7 @@ var result BackupList = BackupsGet(ctx)
.Execute()
```

List of cluster's backups.
List of backups.



Expand Down
12 changes: 0 additions & 12 deletions docs/changelog.md

This file was deleted.

5 changes: 4 additions & 1 deletion model_state.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81ef3f1

Please sign in to comment.