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 Apr 3, 2023
1 parent 766df71 commit 081850c
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 961 deletions.
585 changes: 0 additions & 585 deletions api/openapi.yaml

This file was deleted.

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.

2 changes: 1 addition & 1 deletion configuration.go

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

12 changes: 6 additions & 6 deletions docs/api/CertificatesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Other parameters are passed through a pointer to an apiCertificatesGetRequest st

### Return type

[**CertificateCollectionDto**](CertificateCollectionDto.md)
[**CertificateCollectionDto**](../models/CertificateCollectionDto.md)

### HTTP request headers

Expand Down Expand Up @@ -200,7 +200,7 @@ Other parameters are passed through a pointer to an apiCertificatesGetByIdReques

### Return type

[**CertificateDto**](CertificateDto.md)
[**CertificateDto**](../models/CertificateDto.md)

### HTTP request headers

Expand Down Expand Up @@ -265,11 +265,11 @@ Other parameters are passed through a pointer to an apiCertificatesPatchRequest

|Name | Type | Description | Notes|
|------------- | ------------- | ------------- | -------------|
| **certificatePatchDto** | [**CertificatePatchDto**](CertificatePatchDto.md) | | |
| **certificatePatchDto** | [**CertificatePatchDto**](../models/CertificatePatchDto.md) | | |

### Return type

[**CertificateDto**](CertificateDto.md)
[**CertificateDto**](../models/CertificateDto.md)

### HTTP request headers

Expand Down Expand Up @@ -329,11 +329,11 @@ Other parameters are passed through a pointer to an apiCertificatesPostRequest s

|Name | Type | Description | Notes|
|------------- | ------------- | ------------- | -------------|
| **certificatePostDto** | [**CertificatePostDto**](CertificatePostDto.md) | | |
| **certificatePostDto** | [**CertificatePostDto**](../models/CertificatePostDto.md) | | |

### Return type

[**CertificateDto**](CertificateDto.md)
[**CertificateDto**](../models/CertificateDto.md)

### HTTP request headers

Expand Down
6 changes: 3 additions & 3 deletions docs/api/InformationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Other parameters are passed through a pointer to an apiGetInfoRequest struct via

### Return type

[**ApiInfoDto**](ApiInfoDto.md)
[**ApiInfoDto**](../models/ApiInfoDto.md)

### HTTP request headers

Expand Down Expand Up @@ -117,7 +117,7 @@ Other parameters are passed through a pointer to an apiGetJsonOpenApiSpecRequest

### Return type

[***os.File**](*os.File.md)
[***os.File**](../models/*os.File.md)

### HTTP request headers

Expand Down Expand Up @@ -175,7 +175,7 @@ Other parameters are passed through a pointer to an apiGetYamlOpenApiSpecRequest

### Return type

[***os.File**](*os.File.md)
[***os.File**](../models/*os.File.md)

### HTTP request headers

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

This file was deleted.

12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/ionos-cloud/sdk-go-cert-manager

go 1.17
go 1.19

require golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
require golang.org/x/oauth2 v0.6.0

require (
github.com/golang/protobuf v1.4.2 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
359 changes: 14 additions & 345 deletions go.sum

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions utils.go

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

0 comments on commit 081850c

Please sign in to comment.