Skip to content

v0.6.0

Latest

Choose a tag to compare

@flusflas flusflas released this 18 Aug 18:11
· 1 commit to main since this release
9f278db

This release introduces new extension features.

Added

  • Ignore operation extension to skip specific API operations during code generation.

    Example:

    paths:
      /companies/{company_id}/employees:
        get:
          x-apier:
            ignore: true
  • Option to specify a custom client name for the generated API client in the python-tree template.

    Example:

    info:
      x-apier:
        templates:
          python-tree:
            client-name: MyAPIClient