Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexys-system/openapi-to-idl
turn OpenAPI specs into an IDL
https://github.com/nexys-system/openapi-to-idl
idl openapi openapi3 stoplight
Last synced: 20 days ago
JSON representation
turn OpenAPI specs into an IDL
- Host: GitHub
- URL: https://github.com/nexys-system/openapi-to-idl
- Owner: nexys-system
- License: mit
- Created: 2022-03-03T12:43:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T10:52:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T00:25:08.777Z (3 months ago)
- Topics: idl, openapi, openapi3, stoplight
- Language: TypeScript
- Homepage: https://nexys-system.github.io/openapi-to-idl/
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenAPI to interface definition language (IDL)
[![Test](https://github.com/nexys-system/openapi-to-idl/actions/workflows/test.yml/badge.svg)](https://github.com/nexys-system/openapi-to-idl/actions/workflows/test.yml)
[![Deploy](https://github.com/nexys-system/openapi-to-idl/actions/workflows/deploy.yml/badge.svg)](https://github.com/nexys-system/openapi-to-idl/actions/workflows/deploy.yml)Generate a typescript file. directly from the OpenAPI definition file. The generated file can be integrated in a project thus offering an easy and typesafe way to integrate with any API.