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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/fern-api/fern/main/fern.schema.json

imports:
uploadCommons: ../../../upload/common.yml
cloudCommons: ../../../cloud/common.yml
uploadCommons: ../../upload/common.yml
cloudCommons: ../../cloud/common.yml

service:
auth: true
base-path: /cloud/games/{game_id}/docker
base-path: /cloud/games/{game_id}
path-parameters:
game_id:
type: uuid
Expand Down

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

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

6 changes: 3 additions & 3 deletions sdks/full/go/cloud/games/client/client.go

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

30 changes: 0 additions & 30 deletions sdks/full/go/cloud/games/docker/client/client.go

This file was deleted.

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

136 changes: 68 additions & 68 deletions sdks/full/openapi/openapi.yml

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

Loading