OAI / tools.openapis.org

A collection of open-source and commercial tools for creating your APIs with OpenAPI - Sourced from and published for the community
https://tools.openapis.org/
96 stars 26 forks source link

Register the `ballerina-platform/openapi-tools` code generator tool to repository #136

Open lnash94 opened 6 months ago

lnash94 commented 6 months ago

Hi Team, We are currently developing an OpenAPI tool for the Ballerina language which is an open-source, cloud-native programming language specifically designed to simplify integration development for enterprise applications. Our tool has main 3 features

  1. Generate Ballerina client stub for the given openAPI specification(v2, v3).
  2. Generate Ballerina service skeleton for the given openAPI specification(v2, v3)
  3. Generate OpenAPI specification(v3) for the given Ballerina service

Tool Properties

OpenAPI Versions

lnash94 commented 5 months ago

Hi team,

May I know how I can register the tool under the category 'Code Generator`?