Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.