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
Generating a client based on the OpenAPI REST specification yields some pretty unusable clients, something that can go a long way is coming up with some half decent operationId
Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is RECOMMENDED to follow common programming naming conventions.
Something like post-v2-models-$-MODEL_NAME-versions-$-MODEL_VERSION-infer certainly isn't a common naming convention in many languages I know of.
Generating a client based on the OpenAPI REST specification yields some pretty unusable clients, something that can go a long way is coming up with some half decent
operationId
The OpenAPI spec suggests:
Something like
post-v2-models-$-MODEL_NAME-versions-$-MODEL_VERSION-infer
certainly isn't a common naming convention in many languages I know of.open-inference-protocol/specification/protocol/open_inference_rest.yaml
Line 119 in eeb043e
I'm not sure if including the spec version in the operationId is a good idea or not, eg, is
infer
a better operationId thaninferv2
orv2-infer
?The text was updated successfully, but these errors were encountered: