Skip to content

Use FastAPI instead of OpenAPI generator. #21

@jkrue

Description

@jkrue

The current version of the OpenStack GPU Exporter was generated from the OpenAPI specification using the OpenAPI Generator. This approach is rather static, so extending the API requires a lot of effort to implement. FastAPI allows a different approach. The interface specification is written directly in Python, and FastAPI generates an OpenAPI specification from it. To make the GPU Exporter more extensible, it seems sensible to switch to FastAPI.

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