torikatsupg / oas3_1_0_playground

Thins is playground for open api schema 3.1.10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opan API Scheme 3.1.0 Playground

This repository is a playground form Open API Schema 3.1.0.

To see for updates from OAS 3.0, please check the following url. https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0

Getting Started

  • Install dependencies

    npm ci
  • Generate API client from oas3.1.0 schema by orval

    npm run gen
  • Preview API Definition

    npm run oas:preview
    
  • Linting OAS

    npm run oas:lint
    
  • To see welcome message

    npm run start
    

About

Thins is playground for open api schema 3.1.10.


Languages

Language:TypeScript 100.0%