Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.83.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 14, 2023
1 parent 83890ad commit 9cbe969
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 339 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,14 @@ Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.82.5 (2.108.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.32.1] python-client-sdk
- [python v1.32.1] python-client-sdk

## 2023-09-14 00:11:36
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.83.2 (2.109.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v1.32.2] go-client-sdk
### Releases
- [Go v1.32.2] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.32.2 - go-client-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `BoolParam` | *bool* | :heavy_check_mark: | N/A |
| `IntParam` | *int64* | :heavy_check_mark: | N/A |
| `NumParam` | *float64* | :heavy_check_mark: | N/A |
| `StrParam` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `BoolParam` | *bool* | :heavy_check_mark: | N/A | |
| `IntParam` | *int64* | :heavy_check_mark: | N/A | 1 |
| `NumParam` | *float64* | :heavy_check_mark: | N/A | |
| `StrParam` | *string* | :heavy_check_mark: | N/A | |
20 changes: 10 additions & 10 deletions go-client-sdk/docs/sdks/parameters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1571,9 +1571,9 @@ func main() {
sdk.WithGlobalQueryParam("some example global query param"),
)
boolParam := false
intParam := 961571
numParam := 4551.69
strParam := "consectetur"
intParam := 1
numParam := 9615.71
strParam := "voluptate"

ctx := context.Background()
res, err := s.Parameters.SimplePathParameterPrimitives(ctx, boolParam, intParam, numParam, strParam)
Expand All @@ -1589,13 +1589,13 @@ func main() {

### Parameters

| Parameter | Type | Required | Description |
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `ctx` | [context.Context](https://pkg.go.dev/context#Context) | :heavy_check_mark: | The context to use for the request. |
| `boolParam` | *bool* | :heavy_check_mark: | N/A |
| `intParam` | *int64* | :heavy_check_mark: | N/A |
| `numParam` | *float64* | :heavy_check_mark: | N/A |
| `strParam` | *string* | :heavy_check_mark: | N/A |
| Parameter | Type | Required | Description | Example |
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| `ctx` | [context.Context](https://pkg.go.dev/context#Context) | :heavy_check_mark: | The context to use for the request. | |
| `boolParam` | *bool* | :heavy_check_mark: | N/A | |
| `intParam` | *int64* | :heavy_check_mark: | N/A | 1 |
| `numParam` | *float64* | :heavy_check_mark: | N/A | |
| `strParam` | *string* | :heavy_check_mark: | N/A | |


### Response
Expand Down
Loading

0 comments on commit 9cbe969

Please sign in to comment.