-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55f8395
commit a755e8c
Showing
23 changed files
with
222 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"swagger":"2.0","info":{"title":"Templates Service","description":"A service for applying templates to Keboola projects","version":"1.0"},"host":"templates.keboola.com","consumes":["application/json","application/xml","application/gob"],"produces":["application/json","application/xml","application/gob"],"paths":{"/":{"get":{"tags":["templates"],"summary":"index-root templates","operationId":"templates#index-root","responses":{"307":{"description":"Temporary Redirect response."}},"schemes":["https"]}},"/v1":{"get":{"tags":["templates"],"summary":"index templates","operationId":"templates#index","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/TemplatesIndexResponseBody"}}},"schemes":["https"]}},"/v1/health-check":{"get":{"tags":["templates"],"summary":"health-check templates","operationId":"templates#health-check","responses":{"200":{"description":"OK response."}},"schemes":["https"]}}},"definitions":{"TemplatesIndexResponseBody":{"title":"Mediatype identifier: application/vnd.templates.index; view=default","type":"object","properties":{"api":{"type":"string","description":"Name of the API","example":"templates"},"documentation":{"type":"string","description":"Url of the API documentation","example":"https://templates.keboola.com/v1/documentation"}},"description":"IndexResponseBody result type (default view)","example":{"api":"templates","documentation":"https://templates.keboola.com/v1/documentation"},"required":["api","documentation"]}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"openapi":"3.0.3","info":{"title":"Templates Service","description":"A service for applying templates to Keboola projects","version":"1.0"},"servers":[{"url":"https://templates.{stack}","variables":{"stack":{"enum":["keboola.com","eu-central-1.keboola.com","north-europe.azure.keboola.com"],"default":"keboola.com"}}}],"paths":{"/":{"get":{"tags":["templates"],"summary":"index-root templates","operationId":"templates#index-root","responses":{"307":{"description":"Temporary Redirect response."}}}},"/v1":{"get":{"tags":["templates"],"summary":"index templates","operationId":"templates#index","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Index"},"example":{"api":"templates","documentation":"https://templates.keboola.com/v1/documentation"}}}}}}},"/v1/health-check":{"get":{"tags":["templates"],"summary":"health-check templates","operationId":"templates#health-check","responses":{"200":{"description":"OK response."}}}}},"components":{"schemas":{"Index":{"type":"object","properties":{"api":{"type":"string","description":"Name of the API","example":"templates"},"documentation":{"type":"string","description":"Url of the API documentation","example":"https://templates.keboola.com/v1/documentation"}},"example":{"api":"templates","documentation":"https://templates.keboola.com/v1/documentation"},"required":["api","documentation"]}}},"tags":[{"name":"templates","description":"Service for applying templates to Keboola projects"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
internal/pkg/template/api/gen/http/templates/server/encode_decode.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 8 additions & 3 deletions
11
internal/pkg/template/api/gen/http/templates/server/paths.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.