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
our web client has a ticket where we require the operation_id of the openapi spec to be human
readable, this is inline with cameCasing and snake_casing depending on the server or client
anomaly/lab-web-client#6
the attempt is to greatly improve code readability which in turn makes documentation a lot
more readable. initially we were assigning the operation_id manually but have nice moved
to using what's references in the fastapi docs
https://bit.ly/3rXeAvH
this does imply that the function names have to well written by developers
0 commit comments