-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
False
-
-
False
-
-
The bulk-import backend OpenAPI spec could evolve over time, and lead to breaking changes in the API.
Currently, the types definitions are generated off of the OpenAPI spec and the backend plugin relies on that for the endpoints implementation.
I think it would be great if the client code could be generated too off of this OpenAPI spec, similar to some parts in the backend code.
This way, the API client code would be type-safe and would break at build time if there are breaking changes in the OpenAPI spec..