https://github.com/semba-yui/test-open-api-generator
OpenAPI Generator を試すだけのリポジトリ
https://github.com/semba-yui/test-open-api-generator
oas3 openapi openapi-generator prism redoc rest-api
Last synced: 3 months ago
JSON representation
OpenAPI Generator を試すだけのリポジトリ
- Host: GitHub
- URL: https://github.com/semba-yui/test-open-api-generator
- Owner: semba-yui
- License: mit
- Created: 2024-09-03T03:55:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T00:28:11.000Z (4 months ago)
- Last Synced: 2025-06-25T01:32:51.704Z (4 months ago)
- Topics: oas3, openapi, openapi-generator, prism, redoc, rest-api
- Language: HTML
- Homepage: https://semba-yui.github.io/test-open-api-generator/
- Size: 706 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# test-open-api-generator
## 概要
OpenAPI Generator を試すだけのリポジトリ
## ディレクトリ構成
```
.
├── docs
├── open-api
│ ├── aspnetcore
│ │ └── .NET 用自動生成クラス
│ ├── typescript-redux-query
│ │ └── typescript-redux-query 用自動生成クラス
│ ├── IF 定義書(拡張子:html)
│ └── OpenAPI 3.0(拡張子:yaml)
├── .editorconfig
├── .tool-versions
├── openapitools.json
├── package.json
├── package-lock.json
├── README.md
└── redocly.yaml
```