An open API service indexing awesome lists of open source software.

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 を試すだけのリポジトリ

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
```