Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add k8s end point - issues 162 #188

Merged
merged 7 commits into from
May 21, 2024
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
6 changes: 6 additions & 0 deletions translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ specification into alternative formats.

## Using the translators

### Using Swagger
The OpenAPI Specification is available at [/v3/api-docs](http://localhost:8080/v3/api-docs) and the Swagger UI is
available at [/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html)

### Using Bruno
- Install Bruno from https://www.usebruno.com/
- Open the Collection at `translator/etc/bruno/Architecture as Code`

## Supported translations

<table>
Expand All @@ -40,3 +45,4 @@ available at [/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.htm
</tr>
</table>

##
9 changes: 9 additions & 0 deletions translator/etc/bruno/Architecture as Code/bruno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": "1",
"name": "Architecture as Code",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
Loading