Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.37.5
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 23, 2023
1 parent 9c7edda commit 841650a
Show file tree
Hide file tree
Showing 65 changed files with 921 additions and 280 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.36.3 (2.31.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.2.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.2.1 - go-client-sdk
- [Go v1.2.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.2.1 - go-client-sdk

## 2023-05-23 00:11:54
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.3.0] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.3.0 - go-client-sdk
2 changes: 1 addition & 1 deletion go-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func main() {
* [AnchorTypesGet](docs/generation/README.md#anchortypesget)
* [CircularReferenceGet](docs/generation/README.md#circularreferenceget)
* [~~DeprecatedNoCommentsGet~~](docs/generation/README.md#deprecatednocommentsget) - :warning: **Deprecated**
* [~~DeprecatedWithCommentsGet~~](docs/generation/README.md#deprecatedwithcommentsget) - This is an endpoint setup to test deprecation with comments :warning: **Deprecated**
* [~~DeprecatedWithCommentsGet~~](docs/generation/README.md#deprecatedwithcommentsget) - This is an endpoint setup to test deprecation with comments :warning: **Deprecated** - Use `SimplePathParameterObjects` instead.
* [GlobalNameOverridden](docs/generation/README.md#globalnameoverridden)
* [IgnoredGenerationGet](docs/generation/README.md#ignoredgenerationget)
* [IgnoresPost](docs/generation/README.md#ignorespost)
Expand Down
62 changes: 50 additions & 12 deletions go-client-sdk/auth.go

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

82 changes: 72 additions & 10 deletions go-client-sdk/authnew.go

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

4 changes: 2 additions & 2 deletions go-client-sdk/docs/generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Endpoints for purely testing valid generation behavior.
* [AnchorTypesGet](#anchortypesget)
* [CircularReferenceGet](#circularreferenceget)
* [~~DeprecatedNoCommentsGet~~](#deprecatednocommentsget) - :warning: **Deprecated**
* [~~DeprecatedWithCommentsGet~~](#deprecatedwithcommentsget) - This is an endpoint setup to test deprecation with comments :warning: **Deprecated**
* [~~DeprecatedWithCommentsGet~~](#deprecatedwithcommentsget) - This is an endpoint setup to test deprecation with comments :warning: **Deprecated** - Use `SimplePathParameterObjects` instead.
* [GlobalNameOverridden](#globalnameoverridden)
* [IgnoredGenerationGet](#ignoredgenerationget)
* [IgnoresPost](#ignorespost)
Expand Down Expand Up @@ -125,7 +125,7 @@ func main() {

This is an endpoint setup to test deprecation with comments

> :warning: **DEPRECATED**: this method will be removed in a future release, please migrate away from it as soon as possible.
> :warning: **DEPRECATED**: this method will be removed in a future release, please migrate away from it as soon as possible. Use `SimplePathParameterObjects` instead.
### Example Usage

Expand Down
Loading

0 comments on commit 841650a

Please sign in to comment.