nomtek / mistralai_client_dart

This is an unofficial Dart/Flutter client for the Mistral AI API.
MIT License
29 stars 1 forks source link

feat: Find OpenAPI client generator for dart #64

Closed gawi151 closed 2 months ago

gawi151 commented 2 months ago

Is your feature request related to a problem? Please describe. Generate dart api client from OpenAPI spec.

Describe the solution you'd like Tool that will generate most of the code for our client. Ideally should support Dart 3 + OpenAPI 3.1

gawi151 commented 2 months ago

So in the process of looking for open api generator I looked at:

As a result of the research I decided to go with:

Why: