Skip to content

Commit

Permalink
feat: added global settings sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Aug 23, 2024
1 parent 7b7a30d commit 51df98d
Show file tree
Hide file tree
Showing 3 changed files with 2,611 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package bluestonepim_go_sdk

//go:generate go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -config pim/config.yaml https://docs.api.bluestonepim.com/openapi/66557c17ba1fbb0011cf1af6
//go:generate go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -config notification_external/config.yaml https://mapi.bluestonepim.com/notification-external/v2/api-docs
//go:generate oapi-codegen -config pim/config.yaml https://docs.api.bluestonepim.com/openapi/66557c17ba1fbb0011cf1af6
//go:generate oapi-codegen -config notification_external/config.yaml https://mapi.bluestonepim.com/notification-external/v2/api-docs
//go:generate oapi-codegen -config global_settings/config.yaml https://docs.api.bluestonepim.com/openapi/66558009ac2b390018a0bcb6
7 changes: 7 additions & 0 deletions global_settings/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package: global_settings
output: global_settings/generated.go
generate:
models: true
client: true
compatibility:
circular-reference-limit: 40
Loading

0 comments on commit 51df98d

Please sign in to comment.