Slide 26
Slide 26 text
内部ではどうなっているか
Returns a Swift-safe function name for the operation.
Uses the `operationID` value in the OpenAPI operation, if one was
specified. Otherwise, computes a unique name from the operation’s
path and HTTP method. OperationDescription.swift
OpenAPI オペレーションで `operationID` が
指定されている場合は、その値を使用します。
そうでない場合は、操作のパスと HTTP メソッドから一意な名
前を計算します。