You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the API releases, it would be nice to have an OpenAPI specification available. This allows many useful things and makes implementation much easier. For example, people would be able to automatically generate client libraries using autorest
There are tools available to generate this specification automatically, but I'm not that familiar with rust so not sure if this is an easy thing to do.
The text was updated successfully, but these errors were encountered:
Sadly there's no production-ready option to generate OpenAPI specifications automatically with our stack (actix-web). paperclip seems promising but it's a bit early to use in production.
Of course it would still be possible to write one manually, at least when v1beta is stabilized to v1 and there won't be any more major changes.
Use-Case Description
When the API releases, it would be nice to have an OpenAPI specification available. This allows many useful things and makes implementation much easier. For example, people would be able to automatically generate client libraries using autorest
There are tools available to generate this specification automatically, but I'm not that familiar with rust so not sure if this is an easy thing to do.
The text was updated successfully, but these errors were encountered: