Skip to content

Add Ballerina OpenAPI tool #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions _data/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
v3: true
v3_1_link: https://github.com/anbuksv/avantation/issues/42

- name: Ballerina OpenAPI tool
category:
- auto-generators
- converters
- sdk
- server
link: https://ballerina.io/learn/openapi-tool/
github: https://github.com/ballerina-platform/openapi-tools
language: Java, Ballerina
description: The Ballerina OpenAPI tool enables the generation of Ballerina client and service skeleton from provided OpenAPI specifications (v2, v3) and facilitates the creation of OpenAPI v3 specifications for given Ballerina services.
v2: true
v3: true
v3_1: true

- name: BOATS
category: dsl
link: https://www.npmjs.com/package/boats
Expand Down