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

swaggerはいいぞ

 swaggerはいいぞ

swaggerのステマスライド。
前半はAPIへの情熱を語っただけ、
スライド18枚目からやっとswaggerの話になります。

ぜひswaggerを触ってみてくださいね。

Masaya Morimoto

April 24, 2017
Tweet

Other Decks in Programming

Transcript

  1. 自己紹介 #name: 森本政也 # age: { :24 => “入社3年目” }

    #hobby: [ 音楽, スノボー, 妄想 ] # error: 工数の見積もりを失敗して炎上した経験あり # info: 大学は経営学/金融を専攻
  2. こんな思いを抱いたことはありませんか? # え 、 何 ? こ の オ レ

    オ レ 仕 様 # ド キ ュ メ ン ト 読 み づ ら い
  3. Open API Specification # The goal of The OpenAPI Specification

    is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. # 人間も機械も言語に依存せずに使える RESTful APIのインターフェースを定義しようや Json形式で
  4. さっそく伏線回収 # Json || yaml で定義されるファイルこそが OpenAPI specificationのいうインターフェース定義です - swagger

    specification: yaml形式 & Json形式 { “OpenAPI specification” => “Json形式” } # 人間も機械も言語に依存せずに使える RESTful APIのインターフェースを定義しようやってやつ