Skip to content

Unifying OpenAPI Specs for Core and Enterprise APIs to Enable Shared Client Generation #6181

Open
@thulasirajkomminar

Description

@thulasirajkomminar

While reviewing the OpenAPI specifications for both the Core and Enterprise InfluxDB 3.0 Management APIs, I noticed that most of the endpoint paths and schemas are identical or significantly overlapping:

Core spec: core/v3/ref.yml

Enterprise spec: enterprise/v3/ref.yml

I'm interested in generating Go clients from these specs. Is there a specific reason for keeping them separate, or would it make sense to consolidate the shared parts (e.g., via $ref or shared components) to simplify client generation and maintenance?

Would appreciate your thoughts on this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions