Skip to content
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

Add OpenAPI tool #246

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Add OpenAPI tool #246

merged 1 commit into from
Dec 20, 2024

Conversation

akihikokuroda
Copy link
Contributor

@akihikokuroda akihikokuroda commented Dec 11, 2024

Which issue(s) does this pull-request address?

Closes: #105

Description

Checklist

  • I have read the contributor guide
  • Linting passes: yarn lint or yarn lint:fix
  • Formatting is applied: yarn format or yarn format:fix
  • Unit tests pass: yarn test:unit
  • E2E tests pass: yarn test:e2e
  • Tests are included
  • Documentation is changed or added
  • Commit messages and PR title follow conventional commits

@akihikokuroda akihikokuroda requested a review from a team as a code owner December 11, 2024 21:46
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Show resolved Hide resolved
src/tools/openapi.ts Show resolved Hide resolved
}

protected async _run(
input: any,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the error message?

src/tools/openapi.ts Outdated Show resolved Hide resolved
@akihikokuroda akihikokuroda force-pushed the apitool branch 4 times, most recently from 1e85cb1 to f718e60 Compare December 16, 2024 21:07
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Outdated Show resolved Hide resolved
src/tools/openapi.ts Show resolved Hide resolved
Signed-off-by: Akihiko Kuroda <[email protected]>
Copy link
Contributor

@Tomas2D Tomas2D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! 🚀

@Tomas2D Tomas2D merged commit e10b053 into i-am-bee:main Dec 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAPI tool
2 participants