Skip to content

Allow codegen to generate code without security definitions being required #82

@ericbroda

Description

@ericbroda

When a simple swagger specification is provided -- one without security definitions -- then the generator will emit an error stating that security definitions are required.

This leads to a simple problem: one cannot create the prototypical "hello world" API, one that is simple to understand by virtue of it not being encumbered with extra complexity. This is a gap in our capability.

Security definitions should not be mandatory, but optional, perhaps with a "--secure" flag that when provided the generator will check for this requirement, and when not present, it will not check for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions