Skip to content

Commit

Permalink
v0.1.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru authored Sep 20, 2024
1 parent c1f0252 commit 1c7d8bc
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
func main() {
config := client.DefaultTransportConfig().
WithBasePath("api").
WithHost("moira.skbkontur.ru").
WithHost("moira.example.com").
WithSchemes([]string{"https"})

transport := httptransport.New(config.Host, config.BasePath, config.Schemes)
Expand Down
77 changes: 77 additions & 0 deletions pkg/client/contact/get_contact_events_by_id_parameters.go

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

164 changes: 163 additions & 1 deletion pkg/client/event/get_events_list_parameters.go

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

0 comments on commit 1c7d8bc

Please sign in to comment.