Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PATH := $(CURDIR)/bin:$(PATH)

.PHONY: generate
generate:
echo "Generating code..."
@echo "Generating code..."
oapi-codegen --config=scripts/sdk.cfg.yaml api/openapi.yaml

.PHONY: prepare
Expand Down
14 changes: 1 addition & 13 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ info:
This API provides endpoints for managing PubSubs.

servers:
- url: https://{topicId}.api.pubsub-dp.eu01.dev.stackit.cloud
description: Development endpoint in eu01.
variables:
topicId:
description: The Topic UUID.
default: "00000000-0000-0000-0000-000000000000"
- url: https://{topicId}.api.pubsub-dp.eu01.qa.stackit.cloud
description: QA endpoint in eu01.
variables:
topicId:
description: The Topic UUID.
default: "00000000-0000-0000-0000-000000000000"
- url: https://{topicId}.api.pubsub-dp.eu01.stackit.cloud
- url: https://{topicId}.pubsub.eu01.onstackit.cloud
description: Production endpoint in eu01.
variables:
topicId:
Expand Down
Loading