Skip to content

Commit 81ef3f1

Browse files
committed
auto-generated version 1.0.1
1 parent 2ecf9c5 commit 81ef3f1

File tree

8 files changed

+23
-186
lines changed

8 files changed

+23
-186
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ their concepts and lend well to making the experience smooth and intuitive.
1414
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.
1515

1616
- API version: 0.1.0
17-
- Package version: 1.0.0
17+
- Package version: 1.0.1
1818
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1919

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

6969
Class | Method | HTTP request | Description
7070
------------ | ------------- | ------------- | -------------
71-
*BackupsApi* | [**BackupsFindById**](docs/api/BackupsApi.md#backupsfindbyid) | **Get** /backups/{backupId} | Fetch a cluster's backups
72-
*BackupsApi* | [**BackupsGet**](docs/api/BackupsApi.md#backupsget) | **Get** /backups | List of cluster's backups.
71+
*BackupsApi* | [**BackupsFindById**](docs/api/BackupsApi.md#backupsfindbyid) | **Get** /backups/{backupId} | Fetch backups
72+
*BackupsApi* | [**BackupsGet**](docs/api/BackupsApi.md#backupsget) | **Get** /backups | List of backups.
7373
*BackupsApi* | [**ClusterBackupsGet**](docs/api/BackupsApi.md#clusterbackupsget) | **Get** /clusters/{clusterId}/backups | List backups of cluster
7474
*ClustersApi* | [**ClustersDelete**](docs/api/ClustersApi.md#clustersdelete) | **Delete** /clusters/{clusterId} | Delete a cluster
7575
*ClustersApi* | [**ClustersFindById**](docs/api/ClustersApi.md#clustersfindbyid) | **Get** /clusters/{clusterId} | Fetch a cluster

api_backups.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configuration.go

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

-160
This file was deleted.

docs/api/BackupsApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All URIs are relative to *https://mariadb.de-txl.ionos.com*
44

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

1111

@@ -17,7 +17,7 @@ var result BackupResponse = BackupsFindById(ctx, backupId)
1717
.Execute()
1818
```
1919

20-
Fetch a cluster's backups
20+
Fetch backups
2121

2222

2323

@@ -101,7 +101,7 @@ var result BackupList = BackupsGet(ctx)
101101
.Execute()
102102
```
103103

104-
List of cluster's backups.
104+
List of backups.
105105

106106

107107

docs/changelog.md

-12
This file was deleted.

model_state.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)