Skip to content

HTTP methods override

Choose a tag to compare

@darula-hpp darula-hpp released this 15 May 14:07
· 97 commits to main since this release
3f10f35

Minor Changes

  • Add HTTP method override annotations (x-uigen-http-get, x-uigen-http-post, x-uigen-http-put, x-uigen-http-delete, x-uigen-http-patch) to force operations to use specific HTTP methods during reconciliation. This addresses scenarios where OpenAPI specs contain incorrect HTTP methods that don't match actual API implementations.

Patch Changes

  • Updated dependencies
    • @uigen-dev/config-gui@0.12.0
    • @uigen-dev/react@0.12.0
    • @uigen-dev/core@0.12.0

0.10.0

Minor Changes

  • Add HTTP method override annotations (x-uigen-http-get, x-uigen-http-post, x-uigen-http-put, x-uigen-http-delete, x-uigen-http-patch) to force operations to use specific HTTP methods during reconciliation. This addresses scenarios where OpenAPI specs contain incorrect HTTP methods that don't match actual API implementations.

Patch Changes

  • Updated dependencies
    • @uigen-dev/config-gui@0.10.0
    • @uigen-dev/react@0.10.0
    • @uigen-dev/core@0.10.0