Skip to content

Experiment with other OpenAPI client generators #458

Closed
@david-crespo

Description

@david-crespo

The official generator is doing really weird stuff with what seems like it should be a pretty standard AnyOf situation. So far we're hacking around it, but it's not sustainable.

It's time to trot out the alternative generators again and see how they fare.

Note that some generators, like the official one, generate request methods that wrap fetch for us. Others just generate all the types for the requests and responses, but wiring up fetches would be manual. This is not necessarily a dealbreaker — customizing fetch could potentially be a good thing (though it probably isn't) and there may be a way to add our own generation for the wrappers so that even though we're responsible for it, at least it's automatic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions