Skip to content

Support standard OpenAPI HTTP methods - #42

Open
kriptoburak wants to merge 1 commit into
janwilmake:mainfrom
kriptoburak:codex/support-standard-openapi-methods
Open

Support standard OpenAPI HTTP methods#42
kriptoburak wants to merge 1 commit into
janwilmake:mainfrom
kriptoburak:codex/support-standard-openapi-methods

Conversation

@kriptoburak

Copy link
Copy Markdown

Summary

  • Cover every standard OpenAPI path operation method in overview generation.
  • Reuse one shared method list for operationId lookup and available-ID errors.
  • Keep exact route lookup compatible by choosing the first method on the path.

Validation

  • npm install --ignore-scripts --no-save --no-package-lock
  • npm install --ignore-scripts --no-save --no-package-lock typescript @types/js-yaml
  • ./node_modules/.bin/tsc --noEmit --target ES2022 --module ESNext --moduleResolution Bundler --lib ESNext,WebWorker --skipLibCheck worker.ts
  • git diff --check

Note: npm pack is blocked before packaging because the existing package.json has no name or version.

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.

1 participant