Skip to content

Commit

Permalink
Expose beta 'svix stream' api
Browse files Browse the repository at this point in the history
This also changes the Python code generation to generate full
class definitions (instead of a Dict alias) for models with
no properties. This allows the models to pass 'mypay', and also
helps with forwards-compatibility if we later add fields
  • Loading branch information
svix-aaron1011 committed Sep 11, 2024
1 parent c05f5d3 commit 3a0c2ef
Show file tree
Hide file tree
Showing 25 changed files with 5,603 additions and 68 deletions.
421 changes: 421 additions & 0 deletions go/internal/openapi/api_sink.go

Large diffs are not rendered by default.

1,121 changes: 1,121 additions & 0 deletions go/internal/openapi/api_stream.go

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions go/internal/openapi/client.go

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

229 changes: 229 additions & 0 deletions go/internal/openapi/model_list_response_stream_sink_out_.go

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

2 changes: 1 addition & 1 deletion go/internal/openapi/model_oauth2_auth_method_in.go

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

Loading

0 comments on commit 3a0c2ef

Please sign in to comment.