Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Swift-OpenAPI-Generatorを研修課題に導入した話

 Swift-OpenAPI-Generatorを研修課題に導入した話

サイバーエージェントではエンジニア新卒研修として3週間でSNSアプリを作るという課題があり、そこで導入した技術的チャレンジについて紹介します。

CyberAgent

June 03, 2024
Tweet

More Decks by CyberAgent

Other Decks in Programming

Transcript

  1. 内部ではどうなっているか 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 メソッドから一意な名 前を計算します。