12. Api Blueprintとは
公式(https://apiblueprint.org/)
「A powerful high-level API description language for web APIs」
APIドキュメントの記述に特化した言語
拡張子は.apibだが、.mdのほうが便利なことが多い
syntax highlightingが効く
Markdown previewが効く(特にgithub)
.mdで困ることは殆どないので、個人的にはこちらを推奨
13. Api Blueprint vs Swagger
Github (https://github.com/apiaryio/api-blueprint)
Star数は5,539 (資料作成時)
Swaggerツール群(https://github.com/swagger-api) と比べると
Swagger Spec cationよりは覚えることは少ないし、導入の敷居も
低い(個人的な感想)
Swaggerについての話はまたの機会に