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

swagger editor を趣味で活かす

kanayannet
February 02, 2019

swagger editor を趣味で活かす

kanayannet

February 02, 2019
Tweet

More Decks by kanayannet

Other Decks in Programming

Transcript

  1. Design, describe, and document your API on the first open

    source editor fully dedicated to OpenAPI‑based APIs. The Swagger Editor is great for quickly getting started with the OpenAPI
  2. 注意点(自分がハマったもの) docker 経由で使ったものは default https だった。 schemes: で指定すれば解決 docker 以外でもそうかも?(未検証)

    type: array の後ろは items items というキーのarray ではない。 POST の場合 name=xxxx のものは 引数の定義があっても右のシュミレータ で正しく値を渡してくれない場合がある。 必要な設定 in: formData consumes: application/x‑www‑form‑urlencoded